From 2474623b59243ee3a379d7b5142b8dc6745f1e7b Mon Sep 17 00:00:00 2001 From: Dav999-v Date: Thu, 23 Feb 2023 04:09:17 +0100 Subject: [PATCH] Remove #include from Graphics.cpp Turns out the last utfcpp function had already been removed from this file, so the include can simply be removed. --- desktop_version/src/Graphics.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/desktop_version/src/Graphics.cpp b/desktop_version/src/Graphics.cpp index 5e94a2c8..7a4f521c 100644 --- a/desktop_version/src/Graphics.cpp +++ b/desktop_version/src/Graphics.cpp @@ -2,7 +2,6 @@ #include "Graphics.h" #include -#include #include "Alloc.h" #include "Constants.h"