summaryrefslogtreecommitdiff
path: root/cgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 08:09:49 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 08:09:49 -0500
commit1e0126fcbf956b5893dabcac2c7c3f5002ce910c (patch)
treebfbf7b365af98444431d391a464a5ecb5bf5e87f /cgps.c
parenteead1c2ac4df683dd43c8b6e0a1c766a00f7c702 (diff)
downloadgpsd-1e0126fcbf956b5893dabcac2c7c3f5002ce910c.tar.gz
More header simplification. All regression tests pass.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgps.c b/cgps.c
index db294d6f..b097fcc8 100644
--- a/cgps.c
+++ b/cgps.c
@@ -82,7 +82,6 @@
#include <sys/stat.h>
#include <sys/time.h> /* for select() */
#ifndef S_SPLINT_S
-#include <sys/socket.h>
#include <unistd.h>
#endif /* S_SPLINT_S */
#include <stdlib.h>