[Scummvm-cvs-logs] scummvm master -> 0aa512da126b08c4bef5035d85db0ee68bc23b43

tsoliman tarek at bashasoliman.com
Mon Apr 20 19:14:09 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0aa512da12 MAEMO: Fix compilation.


Commit: 0aa512da126b08c4bef5035d85db0ee68bc23b43
    https://github.com/scummvm/scummvm/commit/0aa512da126b08c4bef5035d85db0ee68bc23b43
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2015-04-20T12:12:34-05:00

Commit Message:
MAEMO: Fix compilation.

Related to 71cc9e41e8e61e560ed5cb8e1fe1d0c539f001be

Changed paths:
    backends/graphics/maemosdl/maemosdl-graphics.cpp
    backends/platform/maemo/maemo.cpp



diff --git a/backends/graphics/maemosdl/maemosdl-graphics.cpp b/backends/graphics/maemosdl/maemosdl-graphics.cpp
index 478d022..d954333 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 5e1ecfe..5fdcdda 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()






More information about the Scummvm-git-logs mailing list