summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-07-20 19:29:10 +0000
committerRichard M. Stallman <rms@gnu.org>1995-07-20 19:29:10 +0000
commitb090a752f80ed5d8123eba749ed7b4949f52ac31 (patch)
tree7fb6b2e7f93ad89bbc643aff611dfc87254ec614 /src/xfns.c
parent37fd1322a4cf8ddbf18f465446b8080bd1a3dd0f (diff)
downloademacs-b090a752f80ed5d8123eba749ed7b4949f52ac31.tar.gz
[USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 3ae6c7c2c60..6ad4ed9683c 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -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 */