about summary refs log tree commit diff stats
path: root/src/xmpp/presence.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:43:51 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:43:51 +0100
commit0a57c4de78f8a3cd4efb631a79b000b42f16fc15 (patch)
tree39b0597b73f42f018b0006a1816cd76f56213e64 /src/xmpp/presence.c
parent5bc38b6bc2bdf135d7f483c204ce75a51a7126b5 (diff)
downloadprofani-tty-0a57c4de78f8a3cd4efb631a79b000b42f16fc15.tar.gz
Tidy headers
Diffstat (limited to 'src/xmpp/presence.c')
-rw-r--r--src/xmpp/presence.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c
index eed95fe1..84f2873e 100644
--- a/src/xmpp/presence.c
+++ b/src/xmpp/presence.c
@@ -44,24 +44,25 @@
 #ifdef HAVE_LIBMESODE
 #include <mesode.h>
 #endif
+
 #ifdef HAVE_LIBSTROPHE
 #include <strophe.h>
 #endif
 
+#include "profanity.h"
+#include "log.h"
 #include "common.h"
 #include "config/preferences.h"
-#include "log.h"
-#include "muc.h"
-#include "profanity.h"
-#include "ui/ui.h"
 #include "event/server_events.h"
+#include "plugins/plugins.h"
+#include "ui/ui.h"
 #include "xmpp/connection.h"
 #include "xmpp/capabilities.h"
 #include "xmpp/session.h"
 #include "xmpp/stanza.h"
 #include "xmpp/iq.h"
 #include "xmpp/xmpp.h"
-#include "plugins/plugins.h"
+#include "xmpp/muc.h"
 
 static Autocomplete sub_requests_ac;