aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/gp2x')
-rw-r--r--backends/platform/gp2x/gp2x-common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/platform/gp2x/gp2x-common.h b/backends/platform/gp2x/gp2x-common.h
index de305923a0..14c62edf87 100644
--- a/backends/platform/gp2x/gp2x-common.h
+++ b/backends/platform/gp2x/gp2x-common.h
@@ -29,8 +29,7 @@
#define __GP2X__
#define USE_OSD
-#include "common/scummsys.h"
-#include "common/system.h"
+#include "backends/base-backend.h"
#include "graphics/scaler.h"
#include <SDL.h>
@@ -58,7 +57,7 @@ enum {
};
-class OSystem_GP2X : public OSystem {
+class OSystem_GP2X : public BaseBackend {
public:
OSystem_GP2X();
virtual ~OSystem_GP2X();