aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/agi.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/agi.h')
-rw-r--r--engines/agi/agi.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/agi/agi.h b/engines/agi/agi.h
index 4f7ba88658..48eb6b8693 100644
--- a/engines/agi/agi.h
+++ b/engines/agi/agi.h
@@ -26,18 +26,17 @@
#ifndef AGI_H
#define AGI_H
-
#include "common/scummsys.h"
#include "common/endian.h"
#include "common/util.h"
#include "common/file.h"
-#include "common/savefile.h"
-#include "common/system.h"
-#include "common/hash-str.h"
#include "common/stack.h"
+#include "common/system.h"
#include "engines/engine.h"
+#include "gui/debugger.h"
+
/**
* This is the namespace of the AGI engine.
*