summaryrefslogtreecommitdiff
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2010-07-26 21:12:42 -0700
committerDan Nicolaescu <dann@ics.uci.edu>2010-07-26 21:12:42 -0700
commit71c7345a4d4752181f220533a7b8494d0e60a9aa (patch)
treeafbb2c09e8ac5a7cbd4fff3b74a3406f9c40daac /src/xmenu.c
parent6ba577cbed5eddcf89c6707a5be838a4f598fbf6 (diff)
downloademacs-71c7345a4d4752181f220533a7b8494d0e60a9aa.tar.gz
* 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/>. */
#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"