db: move includes

This commit is contained in:
Michael Vetter
2020-03-23 12:33:42 +01:00
parent 1155963c6c
commit 4a7a0f3e76
3 changed files with 8 additions and 7 deletions

View File

@@ -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"