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. --- hex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hex.c') diff --git a/hex.c b/hex.c index abdc1541..61b95d34 100644 --- a/hex.c +++ b/hex.c @@ -7,7 +7,6 @@ #include #include -#include "gpsd_config.h" #include "gpsd.h" int gpsd_hexdump_level = -1; -- cgit v1.2.1