summaryrefslogtreecommitdiff
path: root/monitor_sirf.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 /monitor_sirf.c
parent588010273c686d364e72428d8ea363643051d495 (diff)
downloadgpsd-b72450ec75e9e9552503667a557945cc18d41139.tar.gz
More deheaderizing. All regression tests pass.
Diffstat (limited to 'monitor_sirf.c')
-rw-r--r--monitor_sirf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/monitor_sirf.c b/monitor_sirf.c
index 09b38bff..77468b10 100644
--- a/monitor_sirf.c
+++ b/monitor_sirf.c
@@ -5,16 +5,12 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*
*/
-#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 <stdarg.h>
-#include <stdbool.h>
#include <assert.h>
#include "gpsd_config.h"