Fix previous change.
authorhanda <handa>
Mon, 5 Sep 2005 00:56:46 +0000 (00:56 +0000)
committerhanda <handa>
Mon, 5 Sep 2005 00:56:46 +0000 (00:56 +0000)
example/medit.c
example/mview.c

index 521c45d..9cff321 100644 (file)
@@ -87,8 +87,6 @@
 
 #ifndef FOR_DOXYGEN
 
-#ifdef HAVE_X11_XAW_COMMAND_H
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
@@ -99,6 +97,8 @@
 #include <locale.h>
 #include <dlfcn.h>
 
+#ifdef HAVE_X11_XAW_COMMAND_H
+
 #include <X11/keysym.h>
 #include <X11/Xatom.h>
 #include <X11/Intrinsic.h>
index 8f1447f..6b4d3a6 100644 (file)
 */
 #ifndef FOR_DOXYGEN
 
-#ifdef HAVE_X11_XAW_COMMAND_H
-
 #include <stdio.h>
 
+#ifdef HAVE_X11_XAW_COMMAND_H
+
 #include <X11/Intrinsic.h>
 #include <X11/StringDefs.h>
 #include <X11/Shell.h>