Mercurial > emacs
changeset 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 | d5db61e1a4ee |
children | 2a4a6e89558d |
files | src/xfns.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 */