aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/resman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2/resman.cpp')
-rw-r--r--engines/sword2/resman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sword2/resman.cpp b/engines/sword2/resman.cpp
index e8c5fcf42a..46637dd4ef 100644
--- a/engines/sword2/resman.cpp
+++ b/engines/sword2/resman.cpp
@@ -25,7 +25,7 @@
* $Id$
*/
-#include "common/stdafx.h"
+
#include "common/file.h"
#include "common/system.h"
@@ -89,7 +89,7 @@ ResourceManager::~ResourceManager() {
free(_resConvTable);
}
-
+
bool ResourceManager::init() {
uint32 i, j;