summaryrefslogtreecommitdiff
path: root/monitor_sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-14 11:15:31 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-14 11:15:31 -0500
commit8e0d51dc0f47b79c941b0cfbf7e4cb648dd4728f (patch)
tree230945616a24ed059c6b088333c1e2468a671f30 /monitor_sirf.c
parent6cfb37de24cd6917c01c8794808917513ccaac45 (diff)
downloadgpsd-8e0d51dc0f47b79c941b0cfbf7e4cb648dd4728f.tar.gz
Still more simplification of configuration and header handling.
Diffstat (limited to 'monitor_sirf.c')
-rw-r--r--monitor_sirf.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/monitor_sirf.c b/monitor_sirf.c
index 77468b10..b25ffa91 100644
--- a/monitor_sirf.c
+++ b/monitor_sirf.c
@@ -8,20 +8,12 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
+#include <assert.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
-#include <assert.h>
-
-#include "gpsd_config.h"
-#ifdef HAVE_NCURSES_H
-#include <ncurses.h>
-#else
-#include <curses.h>
-#endif /* HAVE_NCURSES_H */
#include "gpsd.h"
-
#include "bits.h"
#include "gpsmon.h"