summaryrefslogtreecommitdiff
path: root/gpsdclient.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-01 19:51:35 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-01 19:51:35 -0500
commita13d392e9f5cfa6e9b35cdbe61db80d0ed0ffde8 (patch)
tree77f8800d7caa3c7ddd1e2add2c9660987c6ccb5c /gpsdclient.c
parenta92a5c2d17b1e4eb0d2ac0e71a8d5c2fe45f60ac (diff)
downloadgpsd-a13d392e9f5cfa6e9b35cdbe61db80d0ed0ffde8.tar.gz
Unused-header removals by deheader. All regression tests pass.
Diffstat (limited to 'gpsdclient.c')
-rw-r--r--gpsdclient.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gpsdclient.c b/gpsdclient.c
index 4e991232..2dd75e63 100644
--- a/gpsdclient.c
+++ b/gpsdclient.c
@@ -4,15 +4,11 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
-#include <sys/time.h>
-#include <stdio.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
#include <stdlib.h>
#include <string.h>
-#include <errno.h>
-#include <stdarg.h>
#include <math.h>
#include <assert.h>