diff --git a/example/ex1/ex1.cpp b/example/ex1/ex1.cpp index 1258e2a5..91e321e2 100644 --- a/example/ex1/ex1.cpp +++ b/example/ex1/ex1.cpp @@ -1,4 +1,4 @@ -#include "nestlog/scope.hpp" +#include "indentlog/scope.hpp" using namespace xo; diff --git a/example/ex2/ex2.cpp b/example/ex2/ex2.cpp index 23bb2b3e..f329b9d4 100644 --- a/example/ex2/ex2.cpp +++ b/example/ex2/ex2.cpp @@ -1,6 +1,6 @@ /* examples ex2/ex2.cpp */ -#include "nestlog/scope.hpp" +#include "indentlog/scope.hpp" using namespace xo; diff --git a/example/ex3/ex3.cpp b/example/ex3/ex3.cpp index 452998f8..281a6e33 100644 --- a/example/ex3/ex3.cpp +++ b/example/ex3/ex3.cpp @@ -1,6 +1,6 @@ /* examples ex3/ex3.cpp */ -#include "nestlog/scope.hpp" +#include "indentlog/scope.hpp" using namespace xo; diff --git a/include/indentlog/quoted.hpp b/include/indentlog/quoted.hpp index 5e4cc8b4..15d7a397 100644 --- a/include/indentlog/quoted.hpp +++ b/include/indentlog/quoted.hpp @@ -5,7 +5,7 @@ #pragma once -#include "nestlog/tostr.hpp" +#include "tostr.hpp" #include #include #include