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