summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/Graphics/GfxDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/Graphics/GfxDevice.h')
-rw-r--r--source/modules/asura-core/Graphics/GfxDevice.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/modules/asura-core/Graphics/GfxDevice.h b/source/modules/asura-core/Graphics/GfxDevice.h
index 02c7392..2b105df 100644
--- a/source/modules/asura-core/Graphics/GfxDevice.h
+++ b/source/modules/asura-core/Graphics/GfxDevice.h
@@ -5,10 +5,10 @@
#include <glad/glad.h>
-#include <asura-utils/Scripting/Portable.hpp>
-#include <asura-utils/Math/Rect.hpp>
-#include <asura-utils/Math/matrix44.h>
-#include <asura-utils/Math/vector4.h>
+#include <asura-base/Scripting/Scripting.h>
+#include <asura-base/Math/Rect.hpp>
+#include <asura-base/Math/matrix44.h>
+#include <asura-base/Math/vector4.h>
#include "Color.h"
#include "MatrixStack.h"