diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-07-07 21:55:07 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-07-07 21:55:07 -0700 |
commit | 295d0d8f2008cbd2deb200fc6ecb30d19847f725 (patch) | |
tree | b5ce54b485bc65a9e4ae0529353da47fed956ebc /src/filelock.c | |
parent | 49d9e6b07bc34acf755ded0fc255e974a37f9189 (diff) | |
download | emacs-295d0d8f2008cbd2deb200fc6ecb30d19847f725.tar.gz |
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.
Diffstat (limited to 'src/filelock.c')
-rw-r--r-- | src/filelock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filelock.c b/src/filelock.c index 769e5aa7a92..0ed236f8cc2 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -34,9 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif -#ifdef HAVE_STRING_H #include <string.h> -#endif #ifdef HAVE_UNISTD_H #include <unistd.h> |