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 /gob | |
| 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 'gob')
| -rw-r--r-- | gob/gob.cpp | 2 | ||||
| -rw-r--r-- | gob/video.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gob/gob.cpp b/gob/gob.cpp index 92da0c5dac..b20042de78 100644 --- a/gob/gob.cpp +++ b/gob/gob.cpp @@ -18,7 +18,7 @@ * $Header$ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "base/gameDetector.h" #include "base/plugins.h" diff --git a/gob/video.h b/gob/video.h index c9b00ae1b9..7297b6224a 100644 --- a/gob/video.h +++ b/gob/video.h @@ -22,7 +22,7 @@ #ifndef GOB_VIDEO_H #define GOB_VIDEO_H -#include "stdafx.h" +#include "common/stdafx.h" #include "common/util.h" namespace Gob { |
