mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
Use <...> for config.h.
This commit is contained in:
parent
9e65ad7779
commit
489847162d
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to
|
||||||
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
|
|
||||||
#ifdef MSDOS
|
#ifdef MSDOS
|
||||||
/* The entire file is within this conditional */
|
/* The entire file is within this conditional */
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
/* Note: some of the stuff here was taken from end of sysdep.c in demacs. */
|
/* Note: some of the stuff here was taken from end of sysdep.c in demacs. */
|
||||||
|
|
||||||
#include "config.h"
|
#include <config.h>
|
||||||
|
|
||||||
#ifdef MSDOS
|
#ifdef MSDOS
|
||||||
#include "lisp.h"
|
#include "lisp.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue