From 0aa512da126b08c4bef5035d85db0ee68bc23b43 Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Mon, 20 Apr 2015 12:10:47 -0500 Subject: MAEMO: Fix compilation. Related to 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be --- backends/graphics/maemosdl/maemosdl-graphics.cpp | 2 -- backends/platform/maemo/maemo.cpp | 4 ---- 2 files changed, 6 deletions(-) (limited to 'backends') diff --git a/backends/graphics/maemosdl/maemosdl-graphics.cpp b/backends/graphics/maemosdl/maemosdl-graphics.cpp index 478d022aa0..d954333537 100644 --- a/backends/graphics/maemosdl/maemosdl-graphics.cpp +++ b/backends/graphics/maemosdl/maemosdl-graphics.cpp @@ -21,8 +21,6 @@ */ #if defined(MAEMO) -#include "SDL_syswm.h" - #include "common/scummsys.h" #include "backends/platform/maemo/maemo.h" diff --git a/backends/platform/maemo/maemo.cpp b/backends/platform/maemo/maemo.cpp index 5e1ecfe335..5fdcddac43 100644 --- a/backends/platform/maemo/maemo.cpp +++ b/backends/platform/maemo/maemo.cpp @@ -35,10 +35,6 @@ #include "common/textconsole.h" #include "common/translation.h" - -#include -#include - namespace Maemo { OSystem_SDL_Maemo::OSystem_SDL_Maemo() -- cgit v1.2.3