mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
absolute include path
This commit is contained in:
parent
be487a4976
commit
d7ac6d65fb
5 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||
# include "LuaAPI.hpp"
|
||||
# include "controllers/plugins/LuaAPI.hpp"
|
||||
|
||||
# include "Application.hpp"
|
||||
# include "common/QLogging.hpp"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "LuaUtilities.hpp"
|
||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||
# include "controllers/plugins/LuaUtilities.hpp"
|
||||
|
||||
# include "common/Channel.hpp"
|
||||
# include "controllers/commands/CommandContext.hpp"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#include "Plugin.hpp"
|
||||
|
||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||
# include "controllers/plugins/Plugin.hpp"
|
||||
|
||||
# include "lua.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "PluginController.hpp"
|
||||
|
||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||
# include "controllers/plugins/PluginController.hpp"
|
||||
|
||||
# include "Application.hpp"
|
||||
# include "common/QLogging.hpp"
|
||||
# include "controllers/commands/CommandContext.hpp"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "PluginsPage.hpp"
|
||||
#ifdef CHATTERINO_HAVE_PLUGINS
|
||||
# include "widgets/settingspages/PluginsPage.hpp"
|
||||
|
||||
# include "Application.hpp"
|
||||
# include "controllers/plugins/PluginController.hpp"
|
||||
|
|
Loading…
Reference in a new issue