summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-11-20 03:51:06 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-11-20 03:51:06 +0000
commit96313a3f6861b1799729e5e788a3d20386554214 (patch)
tree2fa7901df149e5fa214054920d7024e1d5515c19 /driver_rtcm3.c
parente5e05dcd7c1f412b71bc94ae52257eb0a2436687 (diff)
downloadgpsd-96313a3f6861b1799729e5e788a3d20386554214.tar.gz
Include the whole config file in gpsd.h.
That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
Diffstat (limited to 'driver_rtcm3.c')
-rw-r--r--driver_rtcm3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver_rtcm3.c b/driver_rtcm3.c
index ce5415ba..a4f5631b 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -38,7 +38,6 @@ firmware.
#include <arpa/inet.h> /* for ntohl(3) and friends */
#endif /* S_SPLINT_S */
-#include "gpsd_config.h"
#include "gpsd.h"
#include "bits.h"