diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-12-15 15:45:44 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-12-15 15:45:44 -0500 |
commit | c4aaede6bd2dc4d3e279d25ca70ebea75fab4e87 (patch) | |
tree | 92687681a4e83e233f404681f8fea218a6961daa | |
parent | c078e8fdad7700e452c9973d8719315c7b298de3 (diff) | |
download | gpsd-c4aaede6bd2dc4d3e279d25ca70ebea75fab4e87.tar.gz |
Remove duplicate header.
-rw-r--r-- | netlib.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |