diff options
| author | Dan Nicolaescu | 2010-07-07 21:55:07 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-07 21:55:07 -0700 |
| commit | 295d0d8f2008cbd2deb200fc6ecb30d19847f725 (patch) | |
| tree | b5ce54b485bc65a9e4ae0529353da47fed956ebc /src/filelock.c | |
| parent | 49d9e6b07bc34acf755ded0fc255e974a37f9189 (diff) | |
| download | emacs-295d0d8f2008cbd2deb200fc6ecb30d19847f725.tar.gz emacs-295d0d8f2008cbd2deb200fc6ecb30d19847f725.zip | |
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/>. */ | |||
| 34 | #ifdef HAVE_FCNTL_H | 34 | #ifdef HAVE_FCNTL_H |
| 35 | #include <fcntl.h> | 35 | #include <fcntl.h> |
| 36 | #endif | 36 | #endif |
| 37 | #ifdef HAVE_STRING_H | ||
| 38 | #include <string.h> | 37 | #include <string.h> |
| 39 | #endif | ||
| 40 | 38 | ||
| 41 | #ifdef HAVE_UNISTD_H | 39 | #ifdef HAVE_UNISTD_H |
| 42 | #include <unistd.h> | 40 | #include <unistd.h> |