diff options
| author | Max Horn | 2005-06-24 15:23:51 +0000 |
|---|---|---|
| committer | Max Horn | 2005-06-24 15:23:51 +0000 |
| commit | 8b1d7b916673078d20f15540f9cc2f531340ba97 (patch) | |
| tree | 8473b085eb77b7ff7ec7ce5f9457307a27832042 /graphics | |
| parent | 68907449b75479481348af5d3d4842a96b7651f6 (diff) | |
| download | scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.tar.gz scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.tar.bz2 scummvm-rg350-8b1d7b916673078d20f15540f9cc2f531340ba97.zip | |
When including files from common/, explicitly use the common/ prefix
svn-id: r18444
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/fontman.h | 2 | ||||
| -rw-r--r-- | graphics/scummfont.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/fontman.h b/graphics/fontman.h index dff104f4c6..3cbe5f2bf1 100644 --- a/graphics/fontman.h +++ b/graphics/fontman.h @@ -21,7 +21,7 @@ #ifndef FONTMAN_H #define FONTMAN_H -#include "stdafx.h" +#include "common/stdafx.h" #include "common/scummsys.h" #include "common/singleton.h" #include "common/str.h" diff --git a/graphics/scummfont.cpp b/graphics/scummfont.cpp index 314d20ea08..34de7bfcf8 100644 --- a/graphics/scummfont.cpp +++ b/graphics/scummfont.cpp @@ -18,7 +18,7 @@ * $Header$ */ -#include "stdafx.h" +#include "common/stdafx.h" #include "graphics/font.h" namespace Graphics { |
