From ea0b3d32ac29af83755e46df902112173bcf9c40 Mon Sep 17 00:00:00 2001
From: Clownacy <Clownacy@users.noreply.github.com>
Date: Fri, 25 Jan 2019 04:02:48 +0000
Subject: [PATCH] Corrected Font.h includes

---
 src/Font.h | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/Font.h b/src/Font.h
index 36cf0f29..89a2adb3 100644
--- a/src/Font.h
+++ b/src/Font.h
@@ -1,11 +1,6 @@
 #pragma once
 
-#include <stdbool.h>
-
-#include <iconv.h>
-
-#include <ft2build.h>
-#include FT_FREETYPE_H
+#include <stddef.h>
 
 #include "SDL.h"