aboutsummaryrefslogtreecommitdiff
path: root/sword2/console.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-10-04 08:07:03 +0000
committerTorbjörn Andersson2003-10-04 08:07:03 +0000
commit4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea (patch)
tree94baeb942b4be42108295e9198522bd2f01aec7a /sword2/console.h
parent1efd91d5154458b5030717150a60ffb87b5b6957 (diff)
downloadscummvm-rg350-4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea.tar.gz
scummvm-rg350-4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea.tar.bz2
scummvm-rg350-4fad04846a1341aa1a115d7e6896c1f1ca7dd3ea.zip
Changed to use #include "bs2/..." and removed the inclusion of standard C
headers. Most (all?) of the ones we need should probably come from stdafx.h instead. svn-id: r10588
Diffstat (limited to 'sword2/console.h')
-rw-r--r--sword2/console.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/console.h b/sword2/console.h
index 4d5c6ddcf7..9f8b5e975d 100644
--- a/sword2/console.h
+++ b/sword2/console.h
@@ -20,8 +20,8 @@
#ifndef C_ONSOLE_H
#define C_ONSOLE_H
-#include "driver/driver96.h"
-#include "memory.h"
+#include "bs2/driver/driver96.h"
+#include "bs2/memory.h"
namespace Sword2 {