aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-07-26 21:12:42 -0700
committerDan Nicolaescu2010-07-26 21:12:42 -0700
commit71c7345a4d4752181f220533a7b8494d0e60a9aa (patch)
treeafbb2c09e8ac5a7cbd4fff3b74a3406f9c40daac /src/xmenu.c
parent6ba577cbed5eddcf89c6707a5be838a4f598fbf6 (diff)
downloademacs-71c7345a4d4752181f220533a7b8494d0e60a9aa.tar.gz
emacs-71c7345a4d4752181f220533a7b8494d0e60a9aa.zip
* src/xmenu.c: Do not included lwlib.h, not needed.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 2fb39339b98..9163f7c31da 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -89,7 +89,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
89#include <X11/Xaw/Paned.h> 89#include <X11/Xaw/Paned.h>
90#endif /* HAVE_XAW3D */ 90#endif /* HAVE_XAW3D */
91#endif /* USE_LUCID */ 91#endif /* USE_LUCID */
92#include "../lwlib/lwlib.h"
93#else /* not USE_X_TOOLKIT */ 92#else /* not USE_X_TOOLKIT */
94#ifndef USE_GTK 93#ifndef USE_GTK
95#include "../oldXMenu/XMenu.h" 94#include "../oldXMenu/XMenu.h"