about summary refs log tree commit diff stats
path: root/src/xmpp/chat_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/chat_state.c')
-rw-r--r--src/xmpp/chat_state.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmpp/chat_state.c b/src/xmpp/chat_state.c
index 66c24265..ad78c3b9 100644
--- a/src/xmpp/chat_state.c
+++ b/src/xmpp/chat_state.c
@@ -37,12 +37,12 @@
 
 #include <glib.h>
 
-#include "chat_state.h"
-#include "xmpp/chat_session.h"
+#include "config/preferences.h"
 #include "ui/window_list.h"
 #include "ui/win_types.h"
 #include "xmpp/xmpp.h"
-#include "config/preferences.h"
+#include "xmpp/chat_state.h"
+#include "xmpp/chat_session.h"
 
 #define PAUSED_TIMEOUT 10.0
 #define INACTIVE_TIMEOUT 30.0