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.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp
index 74abb18fa0..cba4bb1e6d 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -17,17 +17,16 @@
* $Header$
*/
-#include <stdio.h>
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/header.h" // HACK: For cutscenes instruction message
-#include "bs2/maketext.h" // HACK: For cutscenes instruction message
-#include "bs2/sword2.h"
#include "sound/mixer.h"
+#include "bs2/driver/driver96.h"
#include "bs2/driver/rdwin.h"
#include "bs2/driver/d_draw.h"
#include "bs2/driver/palette.h"
#include "bs2/driver/render.h"
+#include "bs2/header.h" // HACK: For cutscenes instruction message
+#include "bs2/maketext.h" // HACK: For cutscenes instruction message
+#include "bs2/sword2.h"
namespace Sword2 {