Do not include all if not needed (nw)

This commit is contained in:
Miodrag Milanovic 2015-01-11 12:53:54 +01:00
parent bad1ab38e4
commit 47589e5453

View File

@ -24,10 +24,11 @@
#undef None
#endif
#include "lua.hpp"
#include "luabridge/Source/LuaBridge/LuaBridge.h"
struct lua_State;
namespace luabridge
{
class LuaRef;
}
class lua_engine
{