diff options
Diffstat (limited to 'facebook/facebook-thrift.h')
-rw-r--r-- | facebook/facebook-thrift.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/facebook/facebook-thrift.h b/facebook/facebook-thrift.h index 98893d0..65257c4 100644 --- a/facebook/facebook-thrift.h +++ b/facebook/facebook-thrift.h @@ -27,8 +27,7 @@ * The Thrift reader/writer. */ -#include <glib.h> -#include <glib-object.h> +#include "facebook-glib.h" #define FB_TYPE_THRIFT (fb_thrift_get_type()) #define FB_THRIFT(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), FB_TYPE_THRIFT, FbThrift)) |