From 4047909725d1a6e56f255b9e9140764c0c197486 Mon Sep 17 00:00:00 2001 From: Chris Thrasher Date: Sat, 25 Jun 2022 20:38:45 -0600 Subject: [PATCH] Remove unnecessary includes --- test/Graphics/Transform.cpp | 1 - test/Graphics/Transformable.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/test/Graphics/Transform.cpp b/test/Graphics/Transform.cpp index 04e645f8..8886d606 100644 --- a/test/Graphics/Transform.cpp +++ b/test/Graphics/Transform.cpp @@ -1,7 +1,6 @@ #include #include #include "GraphicsUtil.hpp" -#include "SystemUtil.hpp" #include #include diff --git a/test/Graphics/Transformable.cpp b/test/Graphics/Transformable.cpp index c27e7213..0b4ae1ef 100644 --- a/test/Graphics/Transformable.cpp +++ b/test/Graphics/Transformable.cpp @@ -1,6 +1,5 @@ #include #include "GraphicsUtil.hpp" -#include "SystemUtil.hpp" #include