mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
normalize includes: zone
This commit is contained in:
+4
-3
@@ -2,9 +2,10 @@
|
||||
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "quest_db.h"
|
||||
#include "../common/mysql_stmt.h"
|
||||
#include <luabind/object.hpp>
|
||||
#include "common/mysql_stmt.h"
|
||||
#include "zone/quest_db.h"
|
||||
|
||||
#include "luabind/object.hpp"
|
||||
|
||||
namespace luabind { struct scope; }
|
||||
luabind::scope lua_register_database();
|
||||
|
||||
Reference in New Issue
Block a user