aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-07-20 19:29:10 +0000
committerRichard M. Stallman1995-07-20 19:29:10 +0000
commit398ffa926bb13afa13fa1f087b876263ac891939 (patch)
tree373dfdef15668a88ed748e9799dd6e8c5a8b172f /src
parente17f75338abc9037622c7f8b055c62d416dc30fb (diff)
downloademacs-398ffa926bb13afa13fa1f087b876263ac891939.tar.gz
emacs-398ffa926bb13afa13fa1f087b876263ac891939.zip
[USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.
Diffstat (limited to 'src')
-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 ();
53#ifdef USE_X_TOOLKIT 53#ifdef USE_X_TOOLKIT
54#include <X11/Shell.h> 54#include <X11/Shell.h>
55 55
56#ifndef USE_MOTIF
56#include <X11/Xaw/Paned.h> 57#include <X11/Xaw/Paned.h>
57#include <X11/Xaw/Label.h> 58#include <X11/Xaw/Label.h>
59#endif /* USE_MOTIF */
58 60
59#ifdef USG 61#ifdef USG
60#undef USG /* ####KLUDGE for Solaris 2.2 and up */ 62#undef USG /* ####KLUDGE for Solaris 2.2 and up */