summaryrefslogtreecommitdiff
path: root/monitor_ubx.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor_ubx.c')
-rw-r--r--monitor_ubx.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/monitor_ubx.c b/monitor_ubx.c
index c707c23c..f5839f74 100644
--- a/monitor_ubx.c
+++ b/monitor_ubx.c
@@ -2,17 +2,10 @@
* 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"