summaryrefslogtreecommitdiff
path: root/Runtime/Rendering/Quad.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Rendering/Quad.cpp')
-rw-r--r--Runtime/Rendering/Quad.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Runtime/Rendering/Quad.cpp b/Runtime/Rendering/Quad.cpp
index 6378bf0..4c58674 100644
--- a/Runtime/Rendering/Quad.cpp
+++ b/Runtime/Rendering/Quad.cpp
@@ -1,5 +1,4 @@
-#include "../Math/Vector2.h"
-#include "../Math/Vector3.h"
+#include "../Math/Math.h"
#include "Quad.h"
#include "../Graphics/GfxDevice.h"