stdafx.h should always be first
svn-id: r9490
This commit is contained in:
parent
87ea0f9195
commit
fb761bd894
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue