From: Richard M. Stallman Date: Thu, 20 Jul 1995 19:29:10 +0000 (+0000) Subject: [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h. X-Git-Tag: emacs-19.34~3243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=398ffa926bb13afa13fa1f087b876263ac891939;p=emacs.git [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h. --- 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 +#ifndef USE_MOTIF #include #include +#endif /* USE_MOTIF */ #ifdef USG #undef USG /* ####KLUDGE for Solaris 2.2 and up */