# HG changeset patch # User Richard M. Stallman # Date 806268550 0 # Node ID ca170048a679d32244d23318140fbf6809e82cca # Parent d5db61e1a4ee1c6e857d131e98812ab837e61d6d [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h. diff -r d5db61e1a4ee -r ca170048a679 src/xfns.c --- 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 +#ifndef USE_MOTIF #include #include +#endif /* USE_MOTIF */ #ifdef USG #undef USG /* ####KLUDGE for Solaris 2.2 and up */