Tidied all includes

This commit is contained in:
James Booth
2012-08-26 01:50:50 +01:00
parent 2bbac1c811
commit fe519410b1
25 changed files with 57 additions and 87 deletions

View File

@@ -25,22 +25,6 @@
#include <glib.h>
typedef enum {
JABBER_STARTED,
JABBER_CONNECTING,
JABBER_CONNECTED,
JABBER_DISCONNECTED
} jabber_conn_status_t;
typedef enum {
PRESENCE_OFFLINE,
PRESENCE_ONLINE,
PRESENCE_AWAY,
PRESENCE_DND,
PRESENCE_CHAT,
PRESENCE_XA
} jabber_presence_t;
#if !GLIB_CHECK_VERSION(2,28,0)
#define g_slist_free_full(items, free_func) p_slist_free_full(items, free_func)
#endif