summaryrefslogtreecommitdiff
path: root/gpsdclient.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-20 15:00:52 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-20 15:00:52 -0500
commitc10eabdacc42b3b6ed235120c870cbfba1d8d182 (patch)
treea945da40c0b2393c956fd96f02472820a7d74ec6 /gpsdclient.c
parentd93ae80583fb15e314302212a0ed036aede448aa (diff)
downloadgpsd-c10eabdacc42b3b6ed235120c870cbfba1d8d182.tar.gz
Remove a few more unneeded headers.
Diffstat (limited to 'gpsdclient.c')
-rw-r--r--gpsdclient.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gpsdclient.c b/gpsdclient.c
index 832a9217..59214cca 100644
--- a/gpsdclient.c
+++ b/gpsdclient.c
@@ -9,9 +9,6 @@
#include <math.h>
#include <assert.h>
#include <locale.h>
-#ifndef S_SPLINT_S
-#include <unistd.h>
-#endif /* S_SPLINT_S */
#include "gpsd_config.h"
#include "gps.h"