MAEMO: Fix compilation.

Related to 71cc9e41e8
This commit is contained in:
Tarek Soliman 2015-04-20 12:10:47 -05:00
parent 6777785cdf
commit 0aa512da12
2 changed files with 0 additions and 6 deletions

View file

@ -21,8 +21,6 @@
*/
#if defined(MAEMO)
#include "SDL_syswm.h"
#include "common/scummsys.h"
#include "backends/platform/maemo/maemo.h"

View file

@ -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()