aboutsummaryrefslogtreecommitdiff
path: root/gui/Actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/Actions.h')
-rw-r--r--gui/Actions.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/Actions.h b/gui/Actions.h
index 240f8d2295..b68a391dd2 100644
--- a/gui/Actions.h
+++ b/gui/Actions.h
@@ -26,7 +26,6 @@
#ifndef GUI_ACTIONS_H
#define GUI_ACTIONS_H
-#include "common/stdafx.h"
#include "common/scummsys.h"
#include "common/system.h"
#include "gui/Key.h"
@@ -74,7 +73,7 @@ protected:
enum {
MAX_ACTIONS = 20
};
-
+
static Actions* _instance;
OSystem *_mainSystem;
Key _key_action[MAX_ACTIONS + 1];