From b8303f47364c73dbec522796fe923d7cfc7dad1c Mon Sep 17 00:00:00 2001 From: Justin Scofield Date: Sun, 12 Jun 2022 22:13:57 -0400 Subject: [PATCH] housekeeping --- src/Application/Core/renderer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Application/Core/renderer.cc b/src/Application/Core/renderer.cc index 68e36fd9..b1492666 100644 --- a/src/Application/Core/renderer.cc +++ b/src/Application/Core/renderer.cc @@ -5,8 +5,8 @@ #include #include -#include "graphics/icons.h" -#include "graphics/style.h" +#include "Graphics/icons.h" +#include "Graphics/style.h" namespace yaze { namespace Application {