diff src/xfns.c @ 12616:ca170048a679

[USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 20 Jul 1995 19:29:10 +0000
parents f4fb791df099
children 5beb1d2be5c1
line wrap: on
line diff
--- a/src/xfns.c	Thu Jul 20 19:28:08 1995 +0000
+++ b/src/xfns.c	Thu Jul 20 19:29:10 1995 +0000
@@ -53,8 +53,10 @@
 #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 */