aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_iphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/iphone/osys_iphone.h')
-rw-r--r--backends/platform/iphone/osys_iphone.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/iphone/osys_iphone.h b/backends/platform/iphone/osys_iphone.h
index 6ae5ed34d7..c652d06086 100644
--- a/backends/platform/iphone/osys_iphone.h
+++ b/backends/platform/iphone/osys_iphone.h
@@ -23,8 +23,6 @@
*
*/
-#ifdef IPHONE_BACKEND
-
#include "graphics/surface.h"
#include "iphone_common.h"
#include "backends/base-backend.h"
@@ -210,5 +208,3 @@ protected:
bool handleEvent_mouseDragged(Common::Event &event, int x, int y);
};
-
-#endif