about summary refs log tree commit diff stats
path: root/src/event
diff options
context:
space:
mode:
Diffstat (limited to 'src/event')
-rw-r--r--src/event/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/common.c b/src/event/common.c
index 4dc62b07..2d829e5c 100644
--- a/src/event/common.c
+++ b/src/event/common.c
@@ -33,13 +33,13 @@
  *
  */
 
-#include "database.h"
 #include "config/tlscerts.h"
 #include "ui/ui.h"
 #include "xmpp/chat_session.h"
 #include "xmpp/roster_list.h"
 #include "xmpp/muc.h"
 #include "xmpp/xmpp.h"
+#include "database.h"
 
 #ifdef HAVE_LIBGPGME
 #include "pgp/gpg.h"