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. --- driver_zodiac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'driver_zodiac.c') diff --git a/driver_zodiac.c b/driver_zodiac.c index 3c228624..0ae83761 100644 --- a/driver_zodiac.c +++ b/driver_zodiac.c @@ -10,7 +10,6 @@ #include #endif /* S_SPLINT_S */ #include -#include "gpsd_config.h" #include "gpsd.h" #include "bits.h" -- cgit v1.2.1