From 252409d49c269a74108494b65c52ac0e67f287af Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 6 Nov 2008 13:58:21 +0000 Subject: cleanup svn-id: r34908 --- backends/platform/gp2x/gp2x-common.h | 5 ----- backends/platform/sdl/sdl.h | 5 ----- 2 files changed, 10 deletions(-) (limited to 'backends') 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 -- cgit v1.2.3