aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2003-08-05 12:39:35 +0000
committerMax Horn2003-08-05 12:39:35 +0000
commitfb761bd894515cbb13140bb846ff38d9e5ec44c1 (patch)
treebab697ef89ee8bd9f4bd6ade6d388a090859befa /common
parent87ea0f91955253784c6fb023566a392fb9c653ef (diff)
downloadscummvm-rg350-fb761bd894515cbb13140bb846ff38d9e5ec44c1.tar.gz
scummvm-rg350-fb761bd894515cbb13140bb846ff38d9e5ec44c1.tar.bz2
scummvm-rg350-fb761bd894515cbb13140bb846ff38d9e5ec44c1.zip
stdafx.h should always be first
svn-id: r9490
Diffstat (limited to 'common')
-rw-r--r--common/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/engine.cpp b/common/engine.cpp
index f07716af46..25213b486f 100644
--- a/common/engine.cpp
+++ b/common/engine.cpp
@@ -18,10 +18,10 @@
* $Header$
*/
+#include "stdafx.h"
#if defined(_MSC_VER)
#include <malloc.h>
#endif
-#include "stdafx.h"
#include "common/config-file.h"
#include "common/engine.h"
#include "common/gameDetector.h"