diff options
| author | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-18 18:10:14 +0000 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@gnome.org> | 2014-03-18 18:10:14 +0000 |
| commit | d3fcd43a73061a64dc5f8b7551c138849a32b719 (patch) | |
| tree | af052ef62e98c2d3feffa9f85037f3e036896762 /json-glib/json-reader.c | |
| parent | 445b1c4c1efec99ed640c16b92a9b19a87b39082 (diff) | |
| download | json-glib-d3fcd43a73061a64dc5f8b7551c138849a32b719.tar.gz | |
Remove conditional inclusion of config.h
All the platforms and build system we support have a config.h header.
Diffstat (limited to 'json-glib/json-reader.c')
| -rw-r--r-- | json-glib/json-reader.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/json-glib/json-reader.c b/json-glib/json-reader.c index eea2866..67b67a5 100644 --- a/json-glib/json-reader.c +++ b/json-glib/json-reader.c @@ -61,18 +61,14 @@ * #JsonReader is available since JSON-GLib 0.12. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include <string.h> #include <glib/gi18n-lib.h> #include "json-reader.h" - #include "json-types-private.h" - #include "json-debug.h" #define json_reader_return_if_error_set(r) G_STMT_START { \ |
