clean up some includes
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include "singletons/Fonts.hpp"
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "debug/AssertInGuiThread.hpp"
|
||||
#include "singletons/WindowManager.hpp"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QtGlobal>
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "WindowManager.hpp"
|
||||
#include "debug/AssertInGuiThread.hpp"
|
||||
|
||||
#ifdef Q_OS_WIN32
|
||||
#define DEFAULT_FONT_FAMILY "Segoe UI"
|
||||
#define DEFAULT_FONT_SIZE 10
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "NativeMessaging.hpp"
|
||||
#include "singletons/NativeMessaging.hpp"
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "providers/twitch/TwitchServer.hpp"
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
#include "Resources.hpp"
|
||||
#include "common/UrlFetch.hpp"
|
||||
#include "singletons/Resources.hpp"
|
||||
|
||||
#include "common/NetworkRequest.hpp"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QIcon>
|
||||
#include <QJsonArray>
|
||||
#include <QPixmap>
|
||||
#include <QThread>
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#define LOOKUP_COLOR_COUNT 360
|
||||
|
||||
#include "Theme.hpp"
|
||||
#include "singletons/Theme.hpp"
|
||||
|
||||
#include <QColor>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "WindowManager.hpp"
|
||||
#include "singletons/WindowManager.hpp"
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "debug/AssertInGuiThread.hpp"
|
||||
@@ -11,12 +11,11 @@
|
||||
#include "widgets/AccountSwitchPopupWidget.hpp"
|
||||
#include "widgets/dialogs/SettingsDialog.hpp"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#define SETTINGS_FILENAME "/window-layout.json"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/Singleton.hpp>
|
||||
|
||||
#include "common/Singleton.hpp"
|
||||
#include "widgets/Window.hpp"
|
||||
#include "widgets/splits/SplitContainer.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user