indentlog: bugfix: rename include paths

This commit is contained in:
Roland Conybeare 2023-09-16 17:46:09 -04:00
commit 238edb1619
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#include "nestlog/scope.hpp"
#include "indentlog/scope.hpp"
using namespace xo;

View file

@ -1,6 +1,6 @@
/* examples ex2/ex2.cpp */
#include "nestlog/scope.hpp"
#include "indentlog/scope.hpp"
using namespace xo;

View file

@ -1,6 +1,6 @@
/* examples ex3/ex3.cpp */
#include "nestlog/scope.hpp"
#include "indentlog/scope.hpp"
using namespace xo;

View file

@ -5,7 +5,7 @@
#pragma once
#include "nestlog/tostr.hpp"
#include "tostr.hpp"
#include <sstream>
#include <string_view>
#include <utility>