aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/builtin.cpp
diff options
context:
space:
mode:
authoryinsimei2017-07-13 18:08:30 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commit94ddf526f43068925ca914f60934cf5ad53371cf (patch)
treefc581c4a41a94556485172328f24b74c0cceec9b /engines/sludge/builtin.cpp
parentef5e8091f60ffe8f031e26c4c669b60ba11e0cfc (diff)
downloadscummvm-rg350-94ddf526f43068925ca914f60934cf5ad53371cf.tar.gz
scummvm-rg350-94ddf526f43068925ca914f60934cf5ad53371cf.tar.bz2
scummvm-rg350-94ddf526f43068925ca914f60934cf5ad53371cf.zip
SLUDGE: remove CommonCode directory to have a flat structure
Diffstat (limited to 'engines/sludge/builtin.cpp')
-rw-r--r--engines/sludge/builtin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/builtin.cpp b/engines/sludge/builtin.cpp
index 6340ad0f44..e2ebb1f16d 100644
--- a/engines/sludge/builtin.cpp
+++ b/engines/sludge/builtin.cpp
@@ -2614,7 +2614,7 @@ builtIn(doBackgroundEffect) {
} // End of namespace Sludge
-#include "CommonCode/functionlist.h"
+#include "functionlist.h"
namespace Sludge {