Always use system-style includes for libQuotient

This commit is contained in:
Tobias Fella
2022-09-09 00:16:39 +02:00
parent 8c436075d8
commit d70a8a652a
21 changed files with 68 additions and 66 deletions

View File

@@ -26,8 +26,8 @@
#include <KDBusService>
#endif
#ifdef HAVE_WINDOWSYSTEM
#include <kwindowsystem_version.h>
#include <KWindowSystem>
#include <kwindowsystem_version.h>
#endif
#include <KLocalizedContext>
#include <KLocalizedString>
@@ -36,11 +36,16 @@
#include "neochat-version.h"
#ifdef QUOTIENT_07
#include "accountregistry.h"
#include <accountregistry.h>
#else
#include "neochataccountregistry.h"
#endif
#include <csapi/joining.h>
#include <csapi/leaving.h>
#include <networkaccessmanager.h>
#include <room.h>
#include "actionshandler.h"
#include "blurhashimageprovider.h"
#include "chatboxhelper.h"
@@ -49,8 +54,6 @@
#include "collapsestateproxymodel.h"
#include "commandmodel.h"
#include "controller.h"
#include "csapi/joining.h"
#include "csapi/leaving.h"
#include "customemojimodel.h"
#include "devicesmodel.h"
#include "emojimodel.h"
@@ -63,7 +66,6 @@
#include "neochatconfig.h"
#include "neochatroom.h"
#include "neochatuser.h"
#include "networkaccessmanager.h"
#include "notificationsmanager.h"
#include "publicroomlistmodel.h"
#include "roomlistmodel.h"
@@ -76,7 +78,6 @@
#include "userlistmodel.h"
#include "webshortcutmodel.h"
#include "windowcontroller.h"
#include <room.h>
#ifdef HAVE_COLORSCHEME
#include "colorschemer.h"
#endif
@@ -159,7 +160,6 @@ int main(int argc, char *argv[])
KAboutData::setApplicationData(about);
QGuiApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("org.kde.neochat")));
#ifdef NEOCHAT_FLATPAK
// Copy over the included FontConfig configuration to the
// app's config dir: