diff options
| author | Glenn Morris | 2007-08-26 00:56:36 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-26 00:56:36 +0000 |
| commit | 29bda95905907f6289098acee319f9242151937f (patch) | |
| tree | 644fc6c18727bb61cade6b52436e3878f4f72f1d /lib-src | |
| parent | e6adbdbf0b7317cc7b36ca90d8450fcb78847785 (diff) | |
| download | emacs-29bda95905907f6289098acee319f9242151937f.tar.gz emacs-29bda95905907f6289098acee319f9242151937f.zip | |
(sys/stat.h, errno.h): Remove duplicate includes.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 2c639c1eea2..ae7ff12e17d 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -556,8 +556,6 @@ main (argc, argv) | |||
| 556 | # include <sys/types.h> | 556 | # include <sys/types.h> |
| 557 | # include <sys/socket.h> | 557 | # include <sys/socket.h> |
| 558 | # include <sys/un.h> | 558 | # include <sys/un.h> |
| 559 | # include <sys/stat.h> | ||
| 560 | # include <errno.h> | ||
| 561 | #endif | 559 | #endif |
| 562 | 560 | ||
| 563 | #define AUTH_KEY_LENGTH 64 | 561 | #define AUTH_KEY_LENGTH 64 |