summaryrefslogtreecommitdiff
path: root/json-glib/json-scanner.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-12 07:15:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-12 07:15:23 -0400
commitf904ad102004258dc7b839b93a7904517cc4c623 (patch)
tree8e7926fc6a4f63e81fc6100c41ad396f60118340 /json-glib/json-scanner.h
parentd23aa2f10c6580f503dfc6969f8550db9576367f (diff)
downloadjson-glib-f904ad102004258dc7b839b93a7904517cc4c623.tar.gz
Adapt to the demise of single includes in GLib
Diffstat (limited to 'json-glib/json-scanner.h')
-rw-r--r--json-glib/json-scanner.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/json-glib/json-scanner.h b/json-glib/json-scanner.h
index 49d7b1e..e3df02c 100644
--- a/json-glib/json-scanner.h
+++ b/json-glib/json-scanner.h
@@ -34,9 +34,7 @@
#ifndef __JSON_SCANNER_H__
#define __JSON_SCANNER_H__
-#include <glib/gdataset.h>
-#include <glib/ghash.h>
-#include <glib/gscanner.h>
+#include <glib.h>
G_BEGIN_DECLS