From 96313a3f6861b1799729e5e788a3d20386554214 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 20 Nov 2009 03:51:06 +0000 Subject: 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. --- gpsdecode.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gpsdecode.c') diff --git a/gpsdecode.c b/gpsdecode.c index 939bd9e3..64a264f3 100644 --- a/gpsdecode.c +++ b/gpsdecode.c @@ -11,7 +11,6 @@ #include #include -#include "gpsd_config.h" #include "gpsd.h" #include "gps_json.h" -- cgit v1.2.1