summaryrefslogtreecommitdiff
path: root/monitor_nmea.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_nmea.c')
-rw-r--r--monitor_nmea.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/monitor_nmea.c b/monitor_nmea.c
index 62ac248a..c6c63932 100644
--- a/monitor_nmea.c
+++ b/monitor_nmea.c
@@ -6,16 +6,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 <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"
@@ -27,7 +22,6 @@
#endif /* HAVE_NCURSES_H */
#include "gpsd.h"
-#include "bits.h"
#include "gpsmon.h"
#include "gpsdclient.h"