diff options
author | Glenn Morris <rgm@gnu.org> | 2011-02-09 21:03:29 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-02-09 21:03:29 -0800 |
commit | 67f02b82f496be403353a1dc918cc4f2278841bb (patch) | |
tree | e2a5deb64c1a7c41e5faa7f250b156a28b08b6d3 /lwlib/lwlib-Xaw.c | |
parent | 6ffb2c0ceba3960565f20ba695f64c3e2e2e5aae (diff) | |
download | emacs-67f02b82f496be403353a1dc918cc4f2278841bb.tar.gz emacs-67f02b82f496be403353a1dc918cc4f2278841bb.tar.bz2 emacs-67f02b82f496be403353a1dc918cc4f2278841bb.zip |
lwlib/ trivia.
* lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib-utils.c, lwlib.c, xlwmenu.c:
Standardize on <> for includes from the ../src directory.
Diffstat (limited to 'lwlib/lwlib-Xaw.c')
-rw-r--r-- | lwlib/lwlib-Xaw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index cf98a371968..19c2440989d 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c @@ -1,4 +1,5 @@ /* The lwlib interface to Athena widgets. + Copyright (C) 1993 Chuck Thompson <cthomp@cs.uiuc.edu> Copyright (C) 1994, 2001-2011 Free Software Foundation, Inc. @@ -27,7 +28,7 @@ Boston, MA 02110-1301, USA. */ #include <setjmp.h> #include <ctype.h> -#include "../src/lisp.h" +#include <lisp.h> #include "lwlib-Xaw.h" @@ -833,4 +834,3 @@ xaw_creation_table [] = {"main", xaw_create_main}, {NULL, NULL} }; - |