diff src/filelock.c @ 109170:76e072dbe342

Clean up include guards. * src/tparam.c: Remove include guards for config.h, string.h and code that assumes #ifndef emacs. * src/termcap.c: * src/unexalpha.c: * src/sysdep.c: * src/filemode.c: * src/filelock.c: * src/bidi.c: Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 07 Jul 2010 21:55:07 -0700
parents aec1143e8d85
children 8cfee7d2955f
line wrap: on
line diff
--- a/src/filelock.c	Wed Jul 07 20:31:04 2010 -0700
+++ b/src/filelock.c	Wed Jul 07 21:55:07 2010 -0700
@@ -34,9 +34,7 @@
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>
 #endif
-#ifdef HAVE_STRING_H
 #include <string.h>
-#endif
 
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>