summaryrefslogtreecommitdiff
path: root/net_dgpsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 15:00:54 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 15:00:54 -0500
commit7b4c00ed19f3b9ffb0cd76df66126538d33dd678 (patch)
treeff7c4b1e5c4fa45ce5e64327fa480abbdaa09891 /net_dgpsip.c
parent9d8fb8082b1cab3e648e3aeb775a3ddcf02719a8 (diff)
downloadgpsd-7b4c00ed19f3b9ffb0cd76df66126538d33dd678.tar.gz
Remove second include of <sys/socket.h>.
Diffstat (limited to 'net_dgpsip.c')
-rw-r--r--net_dgpsip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net_dgpsip.c b/net_dgpsip.c
index 2fb28ca1..a6646ae2 100644
--- a/net_dgpsip.c
+++ b/net_dgpsip.c
@@ -12,7 +12,6 @@
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <sys/socket.h>
#include "gpsd.h"