diff options
author | Nicola Mettifogo | 2007-09-19 08:40:12 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-09-19 08:40:12 +0000 |
commit | 258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch) | |
tree | a3ae8675b679c9f3b58ac8d97c79369502ea23c1 /backends/platform/maemo | |
parent | a89694c0d61a75a960f5bec6c498659c988401cc (diff) | |
download | scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2 scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip |
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'backends/platform/maemo')
-rw-r--r-- | backends/platform/maemo/maemo-sdl.cpp | 1 | ||||
-rw-r--r-- | backends/platform/maemo/maemo-sdl.h | 1 | ||||
-rw-r--r-- | backends/platform/maemo/main.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/backends/platform/maemo/maemo-sdl.cpp b/backends/platform/maemo/maemo-sdl.cpp index 7d0c218ca8..cb0141924b 100644 --- a/backends/platform/maemo/maemo-sdl.cpp +++ b/backends/platform/maemo/maemo-sdl.cpp @@ -23,7 +23,6 @@ * */ -#include "common/stdafx.h" #include "backends/platform/maemo/maemo-sdl.h" diff --git a/backends/platform/maemo/maemo-sdl.h b/backends/platform/maemo/maemo-sdl.h index 530af27af6..f45648a9e6 100644 --- a/backends/platform/maemo/maemo-sdl.h +++ b/backends/platform/maemo/maemo-sdl.h @@ -26,7 +26,6 @@ #ifndef MAEMO_SDL_H #define MAEMO_SDL_H -#include "common/stdafx.h" #include "backends/platform/sdl/sdl-common.h" //#include "CEkeys.h" diff --git a/backends/platform/maemo/main.cpp b/backends/platform/maemo/main.cpp index 73a5aff7bc..af5c6b4c10 100644 --- a/backends/platform/maemo/main.cpp +++ b/backends/platform/maemo/main.cpp @@ -23,7 +23,6 @@ * */ -#include <common/stdafx.h> #include <common/scummsys.h> #include <X11/Xlib.h> #include <X11/extensions/Xsp.h> |