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. --- isgps.c | 1 - 1 file changed, 1 deletion(-) (limited to 'isgps.c') diff --git a/isgps.c b/isgps.c index 28c76293..7b7bbcb1 100644 --- a/isgps.c +++ b/isgps.c @@ -64,7 +64,6 @@ You are not expected to understand any of this. #include #include -#include "gpsd_config.h" #include "gpsd.h" #define MAG_SHIFT 6u -- cgit v1.2.1