diff options
author | Tarek Soliman | 2015-04-20 12:10:47 -0500 |
---|---|---|
committer | Tarek Soliman | 2015-04-20 12:12:34 -0500 |
commit | 0aa512da126b08c4bef5035d85db0ee68bc23b43 (patch) | |
tree | dff4f9e539b5e9834bc270fe2ea4af1736d3c3c7 | |
parent | 6777785cdf5dee85fff62e08ec43ce963bb71b41 (diff) | |
download | scummvm-rg350-0aa512da126b08c4bef5035d85db0ee68bc23b43.tar.gz scummvm-rg350-0aa512da126b08c4bef5035d85db0ee68bc23b43.tar.bz2 scummvm-rg350-0aa512da126b08c4bef5035d85db0ee68bc23b43.zip |
MAEMO: Fix compilation.
Related to 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be
-rw-r--r-- | backends/graphics/maemosdl/maemosdl-graphics.cpp | 2 | ||||
-rw-r--r-- | backends/platform/maemo/maemo.cpp | 4 |
2 files changed, 0 insertions, 6 deletions
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 <SDL/SDL_syswm.h> -#include <X11/Xutil.h> - namespace Maemo { OSystem_SDL_Maemo::OSystem_SDL_Maemo() |