summaryrefslogtreecommitdiff
path: root/netlib.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-15 15:45:44 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-15 15:45:44 -0500
commitc4aaede6bd2dc4d3e279d25ca70ebea75fab4e87 (patch)
tree92687681a4e83e233f404681f8fea218a6961daa /netlib.c
parentc078e8fdad7700e452c9973d8719315c7b298de3 (diff)
downloadgpsd-c4aaede6bd2dc4d3e279d25ca70ebea75fab4e87.tar.gz
Remove duplicate header.
Diffstat (limited to 'netlib.c')
-rw-r--r--netlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/netlib.c b/netlib.c
index f0812dff..adc6a000 100644
--- a/netlib.c
+++ b/netlib.c
@@ -3,7 +3,6 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <sys/types.h>
-#include <netinet/in.h>
#include <errno.h>
#include <string.h>
#include <fcntl.h>