From fb761bd894515cbb13140bb846ff38d9e5ec44c1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 5 Aug 2003 12:39:35 +0000 Subject: [PATCH] stdafx.h should always be first svn-id: r9490 --- common/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/engine.cpp b/common/engine.cpp index f07716af46e..25213b486fe 100644 --- a/common/engine.cpp +++ b/common/engine.cpp @@ -18,10 +18,10 @@ * $Header$ */ +#include "stdafx.h" #if defined(_MSC_VER) #include #endif -#include "stdafx.h" #include "common/config-file.h" #include "common/engine.h" #include "common/gameDetector.h"