diff options
Diffstat (limited to 'test/core/common/ArgumentTest.cpp')
-rw-r--r-- | test/core/common/ArgumentTest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/common/ArgumentTest.cpp b/test/core/common/ArgumentTest.cpp index 5580e00..8b74a19 100644 --- a/test/core/common/ArgumentTest.cpp +++ b/test/core/common/ArgumentTest.cpp @@ -22,9 +22,8 @@ #include <core/common/Argument.hpp> #include <core/common/Function.hpp> -#include <core/common/Logger.hpp> #include <core/common/RttiBuilder.hpp> - +#include <core/frontend/TerminalLogger.hpp> #include <core/managed/Managed.hpp> namespace ousia { |