diff options
Diffstat (limited to 'facebook/facebook-json.h')
-rw-r--r-- | facebook/facebook-json.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/facebook/facebook-json.h b/facebook/facebook-json.h index ed74435..ba2ac85 100644 --- a/facebook/facebook-json.h +++ b/facebook/facebook-json.h @@ -27,10 +27,10 @@ * The JSON utilities. */ -#include <glib.h> -#include <glib-object.h> #include <json-glib/json-glib.h> +#include "facebook-glib.h" + #define FB_TYPE_JSON_VALUES (fb_json_values_get_type()) #define FB_JSON_VALUES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), FB_TYPE_JSON_VALUES, FbJsonValues)) #define FB_JSON_VALUES_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), FB_TYPE_JSON_VALUES, FbJsonValuesClass)) |