]> code.delx.au - gnu-emacs/commitdiff
* src/xmenu.c: Do not included lwlib.h, not needed.
authorDan Nicolaescu <dann@ics.uci.edu>
Tue, 27 Jul 2010 04:12:42 +0000 (21:12 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Tue, 27 Jul 2010 04:12:42 +0000 (21:12 -0700)
src/ChangeLog
src/xmenu.c

index 8abb9b6ab7f5a7e43d69ac7a4043379d939a73e0..d11f2d91290642ae2e5707ea24e65da62f152c01 100644 (file)
@@ -1,5 +1,7 @@
 2010-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * 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.
index 2fb39339b9858409f67d78112e6268601afad7fb..9163f7c31daa4b30bfd71521cd1c13c5e135567d 100644 (file)
@@ -89,7 +89,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <X11/Xaw/Paned.h>
 #endif /* HAVE_XAW3D */
 #endif /* USE_LUCID */
-#include "../lwlib/lwlib.h"
 #else /* not USE_X_TOOLKIT */
 #ifndef USE_GTK
 #include "../oldXMenu/XMenu.h"