From 19a68d2d853278df84f8119c3595c8f5a1141db8 Mon Sep 17 00:00:00 2001 From: Sergii Stoian Date: Sun, 19 Jan 2020 01:31:21 +0200 Subject: [PATCH] * Source/art/ftfont.m: removed commented out #include and #include moved into ftfont.h. --- Source/art/ftfont.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/art/ftfont.m b/Source/art/ftfont.m index 14f30cf..643bfda 100644 --- a/Source/art/ftfont.m +++ b/Source/art/ftfont.m @@ -45,14 +45,9 @@ #import "ftfont.h" #import "FTFontEnumerator.h" -// #import "FTFaceInfo.h" - -#import "blit.h" - #define DI (*di) - /** font handling interface **/ #include FT_FREETYPE_H