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 /common/mutex.cpp | |
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 'common/mutex.cpp')
-rw-r--r-- | common/mutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mutex.cpp b/common/mutex.cpp index a8a095618c..512dd67f76 100644 --- a/common/mutex.cpp +++ b/common/mutex.cpp @@ -19,7 +19,7 @@ * */ -#include "stdafx.h" +#include "common/stdafx.h" #include "common/mutex.h" #include "common/system.h" |