Clean up includes in PluginController.{c,h}pp

This commit is contained in:
Mm2PL 2023-02-07 21:57:07 +01:00
parent 09fed407d2
commit 2cf18fbf93
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9
2 changed files with 2 additions and 6 deletions

View file

@ -7,13 +7,8 @@
# include "controllers/plugins/LuaApi.hpp"
# include "controllers/plugins/LuaUtilities.hpp"
# include "messages/MessageBuilder.hpp"
# include "providers/twitch/TwitchIrcServer.hpp"
# include "singletons/Paths.hpp"
# include "singletons/Settings.hpp"
# include "singletons/WindowManager.hpp"
# include "widgets/Notebook.hpp"
# include "widgets/splits/Split.hpp"
# include "widgets/Window.hpp"
// lua stuff
# include "lauxlib.h"

View file

@ -4,7 +4,6 @@
# include "common/Singleton.hpp"
# include "controllers/plugins/Plugin.hpp"
# include "singletons/Paths.hpp"
# include <QDir>
# include <QFileInfo>
@ -22,6 +21,8 @@ struct lua_State;
namespace chatterino {
class Paths;
class PluginController : public Singleton
{
public: