diff options
| author | Torbjörn Andersson | 2005-06-24 16:01:42 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2005-06-24 16:01:42 +0000 |
| commit | 35cb8fb875c7993725875a659907e1c61afc4c94 (patch) | |
| tree | 7c97cbf65da3d4f1511eab2f82ab9ab2319cd584 /sword1 | |
| parent | 5f511510bc5058e7198e8972cf3809117135b42f (diff) | |
| download | scummvm-rg350-35cb8fb875c7993725875a659907e1c61afc4c94.tar.gz scummvm-rg350-35cb8fb875c7993725875a659907e1c61afc4c94.tar.bz2 scummvm-rg350-35cb8fb875c7993725875a659907e1c61afc4c94.zip | |
For consistency, specify directory when including files.
svn-id: r18447
Diffstat (limited to 'sword1')
| -rw-r--r-- | sword1/objectman.h | 2 | ||||
| -rw-r--r-- | sword1/sound.h | 2 | ||||
| -rw-r--r-- | sword1/sword1.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sword1/objectman.h b/sword1/objectman.h index 0da097834e..7797960dd6 100644 --- a/sword1/objectman.h +++ b/sword1/objectman.h @@ -24,7 +24,7 @@ #ifndef OBJECTMAN_H #define OBJECTMAN_H -#include "resman.h" +#include "sword1/resman.h" #include "sword1/sworddefs.h" #include "sword1/object.h" diff --git a/sword1/sound.h b/sword1/sound.h index bca1b2c64a..b491dda216 100644 --- a/sword1/sound.h +++ b/sword1/sound.h @@ -23,7 +23,7 @@ #define BSSOUND_H #include "sword1/object.h" -#include "sworddefs.h" +#include "sword1/sworddefs.h" #include "common/file.h" #include "sound/mixer.h" #include "common/util.h" diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp index a07cb499e1..8937234b71 100644 --- a/sword1/sword1.cpp +++ b/sword1/sword1.cpp @@ -20,7 +20,7 @@ */ #include "common/stdafx.h" -#include "sword1.h" +#include "sword1/sword1.h" #include "backends/fs/fs.h" |
