summaryrefslogtreecommitdiff
path: root/json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-09 04:34:53 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-09 04:34:53 -0400
commit0e47749c2fa1082463259881585e7f28443f54bc (patch)
tree4d5580a844373a88881b43fc7a18f36e30fcfa63 /json.c
parent83b22b895bf456bcf82808f112d50c03e7c54c3c (diff)
downloadgpsd-0e47749c2fa1082463259881585e7f28443f54bc.tar.gz
Fix erroneous comment.
Diffstat (limited to 'json.c')
-rw-r--r--json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.c b/json.c
index bddf0c5e..229f3d1a 100644
--- a/json.c
+++ b/json.c
@@ -74,7 +74,7 @@ PERMISSIONS
#ifdef SOCKET_EXPORT_ENABLE
#include "json.h"
-#include "gps.h" /* for safe_atof() & timestamp_t prototype */
+#include "gps.h" /* for safe_atof() prototype */
#include "strfuncs.h"
#define JSON_MINIMAL /* GPSD only uses a subset of the features */