# HG changeset patch # User Dan Nicolaescu # Date 1280203962 25200 # Node ID 0a2fae39b2dc6093f1982f0e0239c25669d160c7 # Parent 4180723cdfc38bb821904596f61ed49ba5271441 * src/xmenu.c: Do not included lwlib.h, not needed. diff -r 4180723cdfc3 -r 0a2fae39b2dc src/ChangeLog --- 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 + * 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 -r 4180723cdfc3 -r 0a2fae39b2dc src/xmenu.c --- 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 #endif /* HAVE_XAW3D */ #endif /* USE_LUCID */ -#include "../lwlib/lwlib.h" #else /* not USE_X_TOOLKIT */ #ifndef USE_GTK #include "../oldXMenu/XMenu.h"