1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

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"