From: Dan Nicolaescu Date: Tue, 27 Jul 2010 04:12:42 +0000 (-0700) Subject: * src/xmenu.c: Do not included lwlib.h, not needed. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~123 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/71c7345a4d4752181f220533a7b8494d0e60a9aa * src/xmenu.c: Do not included lwlib.h, not needed. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8abb9b6ab7..d11f2d9129 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-07-27 Dan Nicolaescu + * xmenu.c: Do not included lwlib.h, not needed. + * m/iris4d.h (XUINT, XSET): Remove, not needed. * process.c: Move definitions earlier to minimize #ifdefs. diff --git a/src/xmenu.c b/src/xmenu.c index 2fb39339b9..9163f7c31d 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -89,7 +89,6 @@ along with GNU Emacs. If not, see . */ #include #endif /* HAVE_XAW3D */ #endif /* USE_LUCID */ -#include "../lwlib/lwlib.h" #else /* not USE_X_TOOLKIT */ #ifndef USE_GTK #include "../oldXMenu/XMenu.h"