IOS7: Remove include that is no longer needed

This fixes the compilation because of common/types.h that defines
YES and NO which are already defined in Objective-C.
This commit is contained in:
Thierry Crozat 2020-10-11 01:44:39 +01:00
parent a65f901276
commit e83586006a

View File

@ -26,7 +26,6 @@
#include "backends/platform/ios7/ios7_video.h"
#include "graphics/colormasks.h"
#include "common/system.h"
#include "backends/platform/ios7/ios7_app_delegate.h"
static int g_needsScreenUpdate = 0;