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:
Torbjörn Andersson 2005-06-24 16:18:10 +00:00
parent 40236ee7c1
commit 7760c0b8a4
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
*
*/
#include <stdafx.h>
#include <common/stdafx.h>
#include <ronin/ronin.h>
#include <string.h>
#include <stdarg.h>

View File

@ -31,7 +31,7 @@
#include <strings.h>
#endif
#include <stdafx.h>
#include <common/stdafx.h>
#include "util.h"