summaryrefslogtreecommitdiff
path: root/gpsdecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpsdecode.c')
-rw-r--r--gpsdecode.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gpsdecode.c b/gpsdecode.c
index b0212656..6d985202 100644
--- a/gpsdecode.c
+++ b/gpsdecode.c
@@ -2,17 +2,12 @@
* This file is Copyright (c) 2010 by the GPSD project
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
-#include <sys/types.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
#include <stdlib.h>
#include <string.h>
-#include <stdbool.h>
-#include <stdio.h>
#include <stdarg.h>
-#include <stdbool.h>
-#include <ctype.h>
#include "gpsd.h"
#include "gps_json.h"