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 /saga | |
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 'saga')
-rw-r--r-- | saga/saga.cpp | 2 | ||||
-rw-r--r-- | saga/saveload.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp index ff6db8fa8a..faf6028472 100644 --- a/saga/saga.cpp +++ b/saga/saga.cpp @@ -20,7 +20,7 @@ * $Header$ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "base/gameDetector.h" #include "base/plugins.h" diff --git a/saga/saveload.cpp b/saga/saveload.cpp index c288b131dd..e062bd0283 100644 --- a/saga/saveload.cpp +++ b/saga/saveload.cpp @@ -21,7 +21,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "common/config-manager.h" #include "common/savefile.h" |