diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 10:39:52 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 10:39:52 +0000 |
commit | ccdb20929567c70c1bbdd5df275ca7bea5c747a7 (patch) | |
tree | 0e1a1bf11609c086a12a06d90849c503751d79cb | |
parent | 827eb6e94b158707e294e1750fa724a513cd209c (diff) | |
download | vcxsrv-ccdb20929567c70c1bbdd5df275ca7bea5c747a7.tar.gz vcxsrv-ccdb20929567c70c1bbdd5df275ca7bea5c747a7.tar.bz2 vcxsrv-ccdb20929567c70c1bbdd5df275ca7bea5c747a7.zip |
include -> #include
-rw-r--r-- | X11/Shell.h | 2 | ||||
-rw-r--r-- | libXt/util/Shell.ht | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/X11/Shell.h b/X11/Shell.h index cefed0ebb..c864eb55e 100644 --- a/X11/Shell.h +++ b/X11/Shell.h @@ -52,7 +52,7 @@ SOFTWARE. #define _XtShell_h
#ifndef XT_NO_SM
-include <X11/SM/SMlib.h>
+#include <X11/SM/SMlib.h>
#endif
#include <X11/Intrinsic.h>
diff --git a/libXt/util/Shell.ht b/libXt/util/Shell.ht index b18fa77a4..594ba3e35 100644 --- a/libXt/util/Shell.ht +++ b/libXt/util/Shell.ht @@ -52,7 +52,7 @@ SOFTWARE. #define _XtShell_h #ifndef XT_NO_SM -include <X11/SM/SMlib.h> +#include <X11/SM/SMlib.h> #endif #include <X11/Intrinsic.h> |