mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Move some unused includes.
This commit is contained in:
@@ -22,6 +22,12 @@
|
||||
#include <ace/OS_NS_sys_stat.h>
|
||||
#endif
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
};
|
||||
|
||||
Eluna::ScriptList Eluna::lua_scripts;
|
||||
Eluna::ScriptList Eluna::lua_extensions;
|
||||
std::string Eluna::lua_folderpath;
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
extern "C"
|
||||
{
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
};
|
||||
|
||||
#ifdef TRINITY
|
||||
|
||||
Reference in New Issue
Block a user