summaryrefslogtreecommitdiff
path: root/gpxlogger.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpxlogger.c')
-rw-r--r--gpxlogger.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gpxlogger.c b/gpxlogger.c
index 8207a489..43d468d7 100644
--- a/gpxlogger.c
+++ b/gpxlogger.c
@@ -3,16 +3,14 @@
* BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <stdlib.h>
-#include "gpsd_config.h"
#include <string.h>
-#ifdef HAVE_SYSLOG_H
#include <syslog.h>
-#endif /* HAVE_SYSLOG_H */
#include <math.h>
#include <errno.h>
#ifndef S_SPLINT_S
#include <unistd.h>
#endif /* S_SPLINT_S */
+
#include "gps.h"
#include "gpsdclient.h"
#include "revision.h"