aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-api.h
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-12-22 19:51:58 -0500
committerjgeboski <jgeboski@gmail.com>2015-12-22 19:51:58 -0500
commit04cc3a0717da21a98eda3e33b3ae704e2ec9a698 (patch)
treeea081a4be3e3f64350cf685c632e5b20440d3e2b /facebook/facebook-api.h
parent4992f5216ec53b65e5773c8d98525c2421fc8cba (diff)
downloadbitlbee-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-api.h')
-rw-r--r--facebook/facebook-api.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/facebook/facebook-api.h b/facebook/facebook-api.h
index 0aedd6f..59b4829 100644
--- a/facebook/facebook-api.h
+++ b/facebook/facebook-api.h
@@ -27,9 +27,7 @@
* The API for interacting with the Facebook Messenger protocol.
*/
-#include <glib.h>
-#include <glib-object.h>
-
+#include "facebook-glib.h"
#include "facebook-http.h"
#include "facebook-id.h"
#include "facebook-mqtt.h"