mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 08:18:27 +00:00
normalize includes: zone
This commit is contained in:
+5
-5
@@ -1,11 +1,11 @@
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "lua.hpp"
|
||||
#include <luabind/luabind.hpp>
|
||||
#include <luabind/iterator_policy.hpp>
|
||||
|
||||
#include "lua_buff.h"
|
||||
|
||||
#include "lua.hpp"
|
||||
#include "luabind/iterator_policy.hpp"
|
||||
#include "luabind/luabind.hpp"
|
||||
|
||||
uint16 Lua_Buff::GetCasterID()
|
||||
{
|
||||
Lua_Safe_Call_Int();
|
||||
@@ -151,4 +151,4 @@ luabind::scope lua_register_buff() {
|
||||
.def("SendsClientUpdate", &Lua_Buff::SendsClientUpdate);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // LUA_EQEMU
|
||||
|
||||
Reference in New Issue
Block a user