diff options
Diffstat (limited to 'source/libs/asura-lib-core/graphics/mesh2d.h')
-rw-r--r-- | source/libs/asura-lib-core/graphics/mesh2d.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/libs/asura-lib-core/graphics/mesh2d.h b/source/libs/asura-lib-core/graphics/mesh2d.h index 2c58f00..48b461d 100644 --- a/source/libs/asura-lib-core/graphics/mesh2d.h +++ b/source/libs/asura-lib-core/graphics/mesh2d.h @@ -1,9 +1,7 @@ #ifndef __ASURA_ENGINE_MESH2D_H__ #define __ASURA_ENGINE_MESH2D_H__ -#include "Scripting/Luax.hpp" - -#include "scripting/portable.hpp" +#include <asura-lib-utils/scripting/portable.hpp> namespace AsuraEngine { |