aboutsummaryrefslogtreecommitdiff
path: root/sword2/save_rest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/save_rest.cpp')
-rw-r--r--sword2/save_rest.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/sword2/save_rest.cpp b/sword2/save_rest.cpp
index 9760658bc8..c886fd9dc7 100644
--- a/sword2/save_rest.cpp
+++ b/sword2/save_rest.cpp
@@ -27,10 +27,10 @@
// ---------------------------------------------------------------------------
#include "stdafx.h"
+#include "sword2/sword2.h"
#include "sword2/driver/driver96.h"
#include "sword2/console.h"
#include "sword2/defs.h"
-#include "sword2/function.h" // for engine_logic, engine_graph, etc
#include "sword2/interpreter.h" // for IR_CONT, etc
#include "sword2/layers.h"
#include "sword2/logic.h"
@@ -40,10 +40,7 @@
#include "sword2/resman.h"
#include "sword2/router.h"
#include "sword2/save_rest.h"
-#include "sword2/scroll.h" // for Set_scrolling()
#include "sword2/sound.h"
-#include "sword2/sword2.h"
-#include "sword2/walker.h"
namespace Sword2 {