summaryrefslogtreecommitdiff
path: root/net_gnss_dispatch.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 09:56:31 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 09:56:31 -0500
commit65224a85007d6576c706c1ce3fae6b9e99ba1b28 (patch)
tree3eb0aeb4e4ceb04dca5dc64d78635bcbec76fc6d /net_gnss_dispatch.c
parent05a7a7c1b248f23ef9d7332b597534190f06e4f2 (diff)
downloadgpsd-65224a85007d6576c706c1ce3fae6b9e99ba1b28.tar.gz
Taking SuS seriously some more.
Diffstat (limited to 'net_gnss_dispatch.c')
-rw-r--r--net_gnss_dispatch.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/net_gnss_dispatch.c b/net_gnss_dispatch.c
index fd82058e..67711a51 100644
--- a/net_gnss_dispatch.c
+++ b/net_gnss_dispatch.c
@@ -8,14 +8,8 @@
#include <string.h>
#include <errno.h>
#ifndef S_SPLINT_S
-#include <unistd.h>
-#endif /* S_SPLINT_S */
-
-#include "gpsd_config.h"
-#ifndef S_SPLINT_S
-#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
-#endif
+#include <unistd.h>
#endif /* S_SPLINT_S */
#include "gpsd.h"