diff options
author | Torbjörn Andersson | 2005-06-24 16:18:10 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-06-24 16:18:10 +0000 |
commit | 7760c0b8a42dc5b5ccac06252ddadf31e8310b59 (patch) | |
tree | e1ea8b4535e1791bd84c290b5b838606abce492a /backends/dc | |
parent | 40236ee7c1f1d4ea38ab4922b82a02b618142938 (diff) | |
download | scummvm-rg350-7760c0b8a42dc5b5ccac06252ddadf31e8310b59.tar.gz scummvm-rg350-7760c0b8a42dc5b5ccac06252ddadf31e8310b59.tar.bz2 scummvm-rg350-7760c0b8a42dc5b5ccac06252ddadf31e8310b59.zip |
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
Diffstat (limited to 'backends/dc')
-rw-r--r-- | backends/dc/dcloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/dcloader.cpp b/backends/dc/dcloader.cpp index 608d7be91e..918c2a98c8 100644 --- a/backends/dc/dcloader.cpp +++ b/backends/dc/dcloader.cpp @@ -20,7 +20,7 @@ * */ -#include <stdafx.h> +#include <common/stdafx.h> #include <ronin/ronin.h> #include <string.h> #include <stdarg.h> |