summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-01 20:50:36 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-01 20:50:36 -0500
commitb72450ec75e9e9552503667a557945cc18d41139 (patch)
treeb5d287e16565723b0101ac63c2936626c34322ef /driver_ubx.c
parent588010273c686d364e72428d8ea363643051d495 (diff)
downloadgpsd-b72450ec75e9e9552503667a557945cc18d41139.tar.gz
More deheaderizing. All regression tests pass.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index f9324177..96829cc5 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -6,17 +6,11 @@
*
*/
-#include <sys/types.h>
-#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include <math.h>
-#include <ctype.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <time.h>
-#include <stdio.h>
#include <assert.h>
#include "gpsd.h"