aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/gp2x/gp2x-common.h5
-rw-r--r--backends/platform/sdl/sdl.h5
2 files changed, 0 insertions, 10 deletions
diff --git a/backends/platform/gp2x/gp2x-common.h b/backends/platform/gp2x/gp2x-common.h
index 92f625bdc4..063696548c 100644
--- a/backends/platform/gp2x/gp2x-common.h
+++ b/backends/platform/gp2x/gp2x-common.h
@@ -40,11 +40,6 @@ namespace Audio {
class MixerImpl;
}
-namespace Common {
- class SaveFileManager;
- class TimerManager;
-}
-
//#define DISABLE_SCALERS
enum {
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index 8c89af05a7..cb625f130c 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -41,11 +41,6 @@ namespace Audio {
class MixerImpl;
}
-namespace Common {
- class SaveFileManager;
- class TimerManager;
-}
-
#if !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
// Uncomment this to enable the 'on screen display' code.
#define USE_OSD 1