diff options
author | jgeboski <jgeboski@gmail.com> | 2015-12-22 19:51:58 -0500 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2015-12-22 19:51:58 -0500 |
commit | 04cc3a0717da21a98eda3e33b3ae704e2ec9a698 (patch) | |
tree | ea081a4be3e3f64350cf685c632e5b20440d3e2b /facebook/facebook-http.h | |
parent | 4992f5216ec53b65e5773c8d98525c2421fc8cba (diff) | |
download | bitlbee-facebook-04cc3a0717da21a98eda3e33b3ae704e2ec9a698.tar.gz bitlbee-facebook-04cc3a0717da21a98eda3e33b3ae704e2ec9a698.tar.bz2 bitlbee-facebook-04cc3a0717da21a98eda3e33b3ae704e2ec9a698.tar.xz |
Dropped required GLib version to 2.28.0
This is namely for the RedHat guys maintaining RHEL 6.
Diffstat (limited to 'facebook/facebook-http.h')
-rw-r--r-- | facebook/facebook-http.h | 4 |
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)) |