aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/d_draw.cpp')
-rw-r--r--sword2/driver/d_draw.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp
index 4b94388b9a..e5ec0ba705 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -19,14 +19,12 @@
#include "stdafx.h"
#include "sound/mixer.h"
+#include "sword2/sword2.h"
#include "sword2/driver/driver96.h"
-#include "sword2/driver/rdwin.h"
#include "sword2/driver/d_draw.h"
-#include "sword2/driver/palette.h"
#include "sword2/driver/render.h"
#include "sword2/header.h" // HACK: For cutscenes instruction message
#include "sword2/maketext.h" // HACK: For cutscenes instruction message
-#include "sword2/sword2.h"
namespace Sword2 {