about summary refs log tree commit diff stats
path: root/src/event
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-03-23 12:33:42 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-04-06 10:50:20 +0200
commit4a7a0f3e76314bac90fd965ff3f8932c936fd02b (patch)
tree320af23f46df1ae7da40c1b1f91598f2d02f8acd /src/event
parent1155963c6c654ec79379921955b8be167c35c97f (diff)
downloadprofani-tty-4a7a0f3e76314bac90fd965ff3f8932c936fd02b.tar.gz
db: move includes
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"