about summary refs log tree commit diff stats
path: root/src/xmpp/muc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/muc.h')
-rw-r--r--src/xmpp/muc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmpp/muc.h b/src/xmpp/muc.h
index b5d9a38b..84be1dd2 100644
--- a/src/xmpp/muc.h
+++ b/src/xmpp/muc.h
@@ -37,10 +37,10 @@
 
 #include <glib.h>
 
-#include "xmpp/contact.h"
-#include "xmpp/jid.h"
 #include "tools/autocomplete.h"
 #include "ui/win_types.h"
+#include "xmpp/contact.h"
+#include "xmpp/jid.h"
 
 typedef enum {
     MUC_ROLE_NONE,