From a3d5088daa2e78d9dc2d7eddc4ac9c56cfe11caa Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 3 Oct 2010 08:19:34 -0700 Subject: Include unconditionally. * src/termcap.c: * src/sysdep.c: * src/lread.c: * src/keyboard.c: * src/filelock.c: * src/fileio.c: * src/doc.c: * src/callproc.c: * src/alloc.c: Remove include guards for , process.c already does it. --- src/alloc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/alloc.c') diff --git a/src/alloc.c b/src/alloc.c index 5cbc7cfe411..0ab4f9f8f85 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -65,15 +65,12 @@ along with GNU Emacs. If not, see . */ extern POINTER_TYPE *sbrk (); #endif -#ifdef HAVE_FCNTL_H #include -#endif #ifndef O_WRONLY #define O_WRONLY 1 #endif #ifdef WINDOWSNT -#include #include "w32.h" #endif -- cgit v1.2.1