diff options
author | Egbert Eich <eich@suse.de> | 2004-05-24 19:06:58 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-05-24 19:06:58 +0000 |
commit | 61bafb140eda240e69e3df28f47567af71ad1296 (patch) | |
tree | 8fb709d9c8adc92bf59b71ffd03b436e88ec6010 | |
parent | f161cb4a8a567d3ec93677689b6c5440b3027ab6 (diff) |
Fix build glitches when building modules independently using Imake.XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1COMPOSITEWRAP
-rw-r--r-- | src/sm_genid.c | 1 | ||||
-rw-r--r-- | src/sm_manager.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/sm_genid.c b/src/sm_genid.c index 67b3317..171e762 100644 --- a/src/sm_genid.c +++ b/src/sm_genid.c @@ -36,7 +36,6 @@ in this Software without prior written authorization from The Open Group. #endif #include <X11/SM/SMlib.h> #include "SMlibint.h" -#include <X11/Xtrans.h> #ifdef XTHREADS #include <X11/Xthreads.h> #endif diff --git a/src/sm_manager.c b/src/sm_manager.c index 5c7cc55..fd483a3 100644 --- a/src/sm_manager.c +++ b/src/sm_manager.c @@ -32,7 +32,6 @@ in this Software without prior written authorization from The Open Group. #include <X11/SM/SMlib.h> #include "SMlibint.h" -#include <X11/Xtrans.h> #ifdef __USLC__ #undef shutdown |