]> code.delx.au - gnu-emacs/blobdiff - lwlib/lwlib.c
lwlib/ trivia.
[gnu-emacs] / lwlib / lwlib.c
index e03196d79275d12b1a8f12188efa35c1f78850cf..290ce091301c181af5ae63685776f7a55cb0f579 100644 (file)
@@ -1,4 +1,5 @@
 /* A general interface to the widgets of different toolkits.
+
 Copyright (C) 1992, 1993 Lucid, Inc.
 Copyright (C) 1994-1996, 1999-2011  Free Software Foundation, Inc.
 
@@ -24,7 +25,7 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 #include <setjmp.h>
-#include "../src/lisp.h"
+#include <lisp.h>
 
 #include <sys/types.h>
 #include <stdio.h>
@@ -1418,4 +1419,3 @@ lw_separator_p (const char *label, enum menu_separator *type, int motif_p)
 
   return separator_p;
 }
-