mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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.
This commit is contained in:
parent
6ffb2c0ceb
commit
67f02b82f4
7 changed files with 20 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue