mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Changed #include <stdafx.h> to #include <common/stdafx.h>. It should
probably be #include "common/stdafx.h", but I'll let the backend maintainers worry about style. svn-id: r18455
This commit is contained in:
parent
40236ee7c1
commit
7760c0b8a4
@ -20,7 +20,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdafx.h>
|
||||
#include <common/stdafx.h>
|
||||
#include <ronin/ronin.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include <stdafx.h>
|
||||
#include <common/stdafx.h>
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user