@@ -7,10 +7,9 @@
#include "config.h"
#include "types.h"
-#include "macros.h"
#include "resource_types.h"
-#include "math_types.h" // HACK
-#include "lua.hpp"
+#include "math_types.h"
+#include <lua.hpp>
namespace crown
{
@@ -12,7 +12,7 @@
#include "matrix4x4.h"
#include "string_utils.h"
#include "color4.h"
#if CROWN_DEBUG
static void* checkudata(lua_State* L, int index, const char* expected)