summaryrefslogtreecommitdiff
path: root/monitor_nmea.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_nmea.c')
-rw-r--r--monitor_nmea.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/monitor_nmea.c b/monitor_nmea.c
index c6c63932..bb2a4a40 100644
--- a/monitor_nmea.c
+++ b/monitor_nmea.c
@@ -8,20 +8,12 @@
*/
#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 "gpsmon.h"
#include "gpsdclient.h"