aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-19 22:14:24 +0000
committerDave Love2000-06-19 22:14:24 +0000
commit11cb8c532d7ed2bbc25a67afb83a61e7b8704078 (patch)
treee1e97a10b58759c1b967ec2fa5159b7425a35b14 /src
parentfc6c5dfed86640113a9db3e8f66b29f8d88ba8e9 (diff)
downloademacs-11cb8c532d7ed2bbc25a67afb83a61e7b8704078.tar.gz
emacs-11cb8c532d7ed2bbc25a67afb83a61e7b8704078.zip
Remove redundant unistd.h inclusion.
Diffstat (limited to 'src')
-rw-r--r--src/xrdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xrdb.c b/src/xrdb.c
index c6ea08f0ae6..bab1b47d481 100644
--- a/src/xrdb.c
+++ b/src/xrdb.c
@@ -38,7 +38,6 @@ Boston, MA 02111-1307, USA. */
38#ifndef SYSV 38#ifndef SYSV
39#define SYSV 39#define SYSV
40#endif 40#endif
41#include <unistd.h>
42#endif /* USG5 */ 41#endif /* USG5 */
43 42
44#endif /* 1 */ 43#endif /* 1 */