mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Clean up includes in PluginController.{c,h}pp
This commit is contained in:
parent
09fed407d2
commit
2cf18fbf93
2 changed files with 2 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue