aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-http.h
diff options
context:
space:
mode:
Diffstat (limited to 'facebook/facebook-http.h')
-rw-r--r--facebook/facebook-http.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/facebook/facebook-http.h b/facebook/facebook-http.h
index ceccbfc..51c21ab 100644
--- a/facebook/facebook-http.h
+++ b/facebook/facebook-http.h
@@ -27,10 +27,10 @@
* The HTTP client.
*/
-#include <glib.h>
-#include <glib-object.h>
#include <http_client.h>
+#include "facebook-glib.h"
+
#define FB_TYPE_HTTP (fb_http_get_type())
#define FB_HTTP(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), FB_TYPE_HTTP, FbHttp))
#define FB_HTTP_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), FB_TYPE_HTTP, FbHttpClass))