mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
stdafx.h should always be first
svn-id: r9490
This commit is contained in:
parent
87ea0f9195
commit
fb761bd894
@ -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…
Reference in New Issue
Block a user