summaryrefslogtreecommitdiff
path: root/cgps.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 /cgps.c
parenta92a5c2d17b1e4eb0d2ac0e71a8d5c2fe45f60ac (diff)
downloadgpsd-a13d392e9f5cfa6e9b35cdbe61db80d0ed0ffde8.tar.gz
Unused-header removals by deheader. All regression tests pass.
Diffstat (limited to 'cgps.c')
-rw-r--r--cgps.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cgps.c b/cgps.c
index f52f6c11..0e878c31 100644
--- a/cgps.c
+++ b/cgps.c
@@ -78,21 +78,14 @@
/* This is the maximum size we need for the 'satellites' window. */
#define MAX_SATWIN_SIZE (MAX_POSSIBLE_SATS + SATWIN_OVERHEAD)
-#include <sys/types.h>
-#include <sys/select.h>
#ifndef S_SPLINT_S
#include <sys/socket.h>
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
#include <math.h>
#include <errno.h>
-#include <assert.h>
-#include <signal.h>
-#include <stdbool.h>
#include "gpsd_config.h"
#ifdef HAVE_NCURSES_H