From ccf47c0e4bc55a082eff0fe602119c766cb4a5fb Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 3 Feb 2023 22:32:43 -0600 Subject: [PATCH] [nostalgia/core] Cleanup typeconv.hpp --- src/nostalgia/core/typeconv.hpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/nostalgia/core/typeconv.hpp b/src/nostalgia/core/typeconv.hpp index c2f001f9..50bfdc22 100644 --- a/src/nostalgia/core/typeconv.hpp +++ b/src/nostalgia/core/typeconv.hpp @@ -4,17 +4,12 @@ #pragma once -#include "gfx.hpp" +#include #include -#include -#include -#include -#include -#include - #include "context.hpp" +#include "gfx.hpp" namespace nostalgia::core {