diff --git a/source/WorldServer/LuaFunctions.h b/source/WorldServer/LuaFunctions.h index b538954..8aa49c3 100644 --- a/source/WorldServer/LuaFunctions.h +++ b/source/WorldServer/LuaFunctions.h @@ -20,7 +20,7 @@ #ifndef LUA_FUNCTIONS_H #define LUA_FUNCTIONS_H -#include "../LUA/lua.hpp" +#include #include #include #include diff --git a/source/WorldServer/LuaInterface.h b/source/WorldServer/LuaInterface.h index f0e9c98..1367d84 100644 --- a/source/WorldServer/LuaInterface.h +++ b/source/WorldServer/LuaInterface.h @@ -30,7 +30,7 @@ #include "zoneserver.h" #include "client.h" -#include "../LUA/lua.hpp" +#include using namespace std; diff --git a/source/WorldServer/Spells.h b/source/WorldServer/Spells.h index 5272219..6908487 100644 --- a/source/WorldServer/Spells.h +++ b/source/WorldServer/Spells.h @@ -31,7 +31,7 @@ #include "../common/Mutex.h" #include "AltAdvancement/AltAdvancement.h" -#include "../LUA/lua.hpp" +#include #define SPELL_TARGET_SELF 0 #define SPELL_TARGET_ENEMY 1