summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-09-29 19:52:17 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-09-29 19:52:17 +0000
commit87e01f5caacb004aa545a1214adb530b843fc7b8 (patch)
treedde72f0eaa00dda9e347897cd5a5a7d55d31d9bc
parentc18f3ede9e5fc649dbaea1b814b0335853d89955 (diff)
downloadgpsd-87e01f5caacb004aa545a1214adb530b843fc7b8.tar.gz
Remove unused headers.
-rw-r--r--zodiac.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/zodiac.c b/zodiac.c
index 941aa6e6..cbd363c6 100644
--- a/zodiac.c
+++ b/zodiac.c
@@ -1,9 +1,5 @@
/*
- * Handle the Rockwell binary packet format supported by the older
- * Zodiac-chipset versions of the Delorme EarthMate GPS. Actually this
- * code ought to work for any Zodiac-chipset GPS; the vendor-specific
- * trigger string isn't in here.
- *
+ * Handle the Rockwell binary packet format supported by the old Zodiac chipset
* Everything exported from here is in the structure zodiac_binary at the end.
*/
#include "config.h"
@@ -11,12 +7,6 @@
#include <stdlib.h>
#include <math.h>
#include <string.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/socket.h>
-#include <time.h>
-#include <fcntl.h>
-#include <netinet/in.h>
#include <unistd.h>
#include "gps.h"