diff options
author | Einar Johan Trøan Sømåen | 2012-06-02 02:05:11 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-02 13:09:24 +0200 |
commit | e6729615ea471891be17d5681b63fe3492f127bd (patch) | |
tree | 9707aaf8cd8bb4e826d349f2a89aac193c227b95 /engines/wintermute/StringUtil.cpp | |
parent | 2317b3538fc5148dc9c7b3d26c2d60fdb06c85e4 (diff) | |
download | scummvm-rg350-e6729615ea471891be17d5681b63fe3492f127bd.tar.gz scummvm-rg350-e6729615ea471891be17d5681b63fe3492f127bd.tar.bz2 scummvm-rg350-e6729615ea471891be17d5681b63fe3492f127bd.zip |
WINTERMUTE: Move the B and Part files into Base/
Diffstat (limited to 'engines/wintermute/StringUtil.cpp')
-rw-r--r-- | engines/wintermute/StringUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/StringUtil.cpp b/engines/wintermute/StringUtil.cpp index 35b3bd6fc7..cd4f99e034 100644 --- a/engines/wintermute/StringUtil.cpp +++ b/engines/wintermute/StringUtil.cpp @@ -26,7 +26,7 @@ * Copyright (c) 2011 Jan Nedoma
*/
-#include "dcgf.h"
+#include "engines/wintermute/dcgf.h"
#include <algorithm>
#include <string>
#include <sstream>
|