changeset 109558:0a2fae39b2dc

* src/xmenu.c: Do not included lwlib.h, not needed.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 26 Jul 2010 21:12:42 -0700
parents 4180723cdfc3
children 4325622babca
files src/ChangeLog src/xmenu.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 26 21:03:14 2010 -0700
+++ b/src/ChangeLog	Mon Jul 26 21:12:42 2010 -0700
@@ -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.
--- a/src/xmenu.c	Mon Jul 26 21:03:14 2010 -0700
+++ b/src/xmenu.c	Mon Jul 26 21:12:42 2010 -0700
@@ -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"