emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100916: * src/xmenu.c: Do not includ


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100916: * src/xmenu.c: Do not included lwlib.h, not needed.
Date: Mon, 26 Jul 2010 21:12:42 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100916
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Mon 2010-07-26 21:12:42 -0700
message:
  * src/xmenu.c: Do not included lwlib.h, not needed.
modified:
  src/ChangeLog
  src/xmenu.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-27 04:03:14 +0000
+++ b/src/ChangeLog     2010-07-27 04:12:42 +0000
@@ -1,5 +1,7 @@
 2010-07-27  Dan Nicolaescu  <address@hidden>
 
+       * 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.

=== modified file 'src/xmenu.c'
--- a/src/xmenu.c       2010-07-16 15:42:15 +0000
+++ b/src/xmenu.c       2010-07-27 04:12:42 +0000
@@ -89,7 +89,6 @@
 #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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]