From d3fcd43a73061a64dc5f8b7551c138849a32b719 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 18 Mar 2014 18:10:14 +0000 Subject: Remove conditional inclusion of config.h All the platforms and build system we support have a config.h header. --- json-glib/json-debug.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'json-glib/json-debug.c') diff --git a/json-glib/json-debug.c b/json-glib/json-debug.c index 2838542..5e72e43 100644 --- a/json-glib/json-debug.c +++ b/json-glib/json-debug.c @@ -1,6 +1,4 @@ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include "json-debug.h" -- cgit v1.2.1