diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-11-21 11:10:31 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-11-21 11:10:31 +0100 |
commit | 08e654dcda7fa6d764558ea184fe1a47bc4001c8 (patch) | |
tree | 0d97c16706ebb7832a7797146963f13bc33f24b1 /src/core/script/ScriptEngine.hpp | |
parent | ca2040ba16459f5b3dfe8a86a14680eecea7ef7d (diff) |
Finished last commits moving action by also moving the tests and correcting all references and namespaces in the code.
Diffstat (limited to 'src/core/script/ScriptEngine.hpp')
-rw-r--r-- | src/core/script/ScriptEngine.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/script/ScriptEngine.hpp b/src/core/script/ScriptEngine.hpp index 6c048aa..3c61cb0 100644 --- a/src/core/script/ScriptEngine.hpp +++ b/src/core/script/ScriptEngine.hpp @@ -23,7 +23,7 @@ #include <string> #include <exception> -#include <core/utils/Utils.hpp> +#include <core/Utils.hpp> #include "Variant.hpp" |