[USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 20 Jul 1995 19:29:10 +0000 (19:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 20 Jul 1995 19:29:10 +0000 (19:29 +0000)
src/xfns.c

index 3ae6c7c..6ad4ed9 100644 (file)
@@ -53,8 +53,10 @@ extern void abort ();
 #ifdef USE_X_TOOLKIT
 #include <X11/Shell.h>
 
+#ifndef USE_MOTIF
 #include <X11/Xaw/Paned.h>
 #include <X11/Xaw/Label.h>
+#endif /* USE_MOTIF */
 
 #ifdef USG
 #undef USG     /* ####KLUDGE for Solaris 2.2 and up */