OSDN Git Service

delimiter.h/cppを、term_lexer、term_checkerとしてテンプレートを利用するように分離した。
[simplecms/utakata.git] / test / environment_test.cpp
index a61100e..8d0c42b 100755 (executable)
@@ -1,7 +1,7 @@
 #include <iostream>
 #include <test/gtest/gtest.h>
-#include "src/common/scoped_ptr.h"
-#include "src/common/smart_ptr.h"
+#include "lib/scoped_ptr.h"
+#include "lib/smart_ptr.h"
 #include "src/environment.h"
 #include "src/object.h"
 #include "src/unicode.h"
@@ -10,7 +10,7 @@
 namespace data = utakata::data;
 namespace interpreter = utakata::interpreter;
 namespace unicode = utakata::unicode;
-using namespace utility;
+using namespace akebono;
 
 
 class TestObject : public interpreter::IObject {