Remove #include <utf8/unchecked.h> from Graphics.cpp

Turns out the last utfcpp function had already been removed from this
file, so the include can simply be removed.
This commit is contained in:
Dav999-v
2023-02-23 04:09:17 +01:00
committed by Misa Elizabeth Kai
parent 3ce4735d50
commit 2474623b59

View File

@@ -2,7 +2,6 @@
#include "Graphics.h"
#include <SDL.h>
#include <utf8/unchecked.h>
#include "Alloc.h"
#include "Constants.h"