diff options
author | Emmanuele Bassi <ebassi@openedhand.com> | 2008-05-18 11:56:04 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@openedhand.com> | 2008-05-18 11:56:04 +0100 |
commit | 81c02ef3db6901655f8a7117e5e2675d37096daf (patch) | |
tree | 0d2f074f94523b8112fba997da1efd28a6fc5448 /json-glib/json-glib.h | |
parent | 9713843a4294b3e35a29125bf2bf1867a6443f27 (diff) | |
download | json-glib-81c02ef3db6901655f8a7117e5e2675d37096daf.tar.gz |
Remove the include for json-scanner.h
The json-scanner.h header file is not shipped with JSON-GLib anymore.
Diffstat (limited to 'json-glib/json-glib.h')
-rw-r--r-- | json-glib/json-glib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/json-glib/json-glib.h b/json-glib/json-glib.h index e0c4be5..8e0a969 100644 --- a/json-glib/json-glib.h +++ b/json-glib/json-glib.h @@ -2,7 +2,6 @@ #define __JSON_GLIB_H__ #include <json-glib/json-types.h> -#include <json-glib/json-scanner.h> #include <json-glib/json-generator.h> #include <json-glib/json-parser.h> #include <json-glib/json-version.h> |