diff options
author | Max Horn | 2008-11-06 13:58:21 +0000 |
---|---|---|
committer | Max Horn | 2008-11-06 13:58:21 +0000 |
commit | 252409d49c269a74108494b65c52ac0e67f287af (patch) | |
tree | 9efaf5dafb7837b0135c88a85da6b0afd0c3b048 /backends/platform | |
parent | f71e1077e08ec96a91f4ba9be42aaaa8dcf9a583 (diff) | |
download | scummvm-rg350-252409d49c269a74108494b65c52ac0e67f287af.tar.gz scummvm-rg350-252409d49c269a74108494b65c52ac0e67f287af.tar.bz2 scummvm-rg350-252409d49c269a74108494b65c52ac0e67f287af.zip |
cleanup
svn-id: r34908
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/gp2x/gp2x-common.h | 5 | ||||
-rw-r--r-- | backends/platform/sdl/sdl.h | 5 |
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 |