build: update include paths to include xo/
This commit is contained in:
parent
1e62d358dc
commit
14ee09a76b
8 changed files with 16 additions and 16 deletions
|
|
@ -15,9 +15,9 @@
|
|||
#include "bplustree/Iterator.hpp"
|
||||
#include "bplustree/Lhs.hpp"
|
||||
#include "bplustree/bplustree_tags.hpp"
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "indentlog/print/tag.hpp"
|
||||
#include "indentlog/print/pad.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
#include "xo/indentlog/print/tag.hpp"
|
||||
#include "xo/indentlog/print/pad.hpp"
|
||||
#include <memory> /* for std::unqiue_ptr */
|
||||
#include <algorithm> /* for std::max */
|
||||
#include <limits> /* for std::numeric_limits */
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "indentlog/print/pad.hpp"
|
||||
#include "indentlog/print/quoted.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
#include "xo/indentlog/print/pad.hpp"
|
||||
#include "xo/indentlog/print/quoted.hpp"
|
||||
#include <concepts>
|
||||
#include <iterator>
|
||||
#include <array>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
#include "IteratorUtil.hpp"
|
||||
#include "bplustree_tags.hpp"
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "indentlog/print/tag.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
#include "xo/indentlog/print/tag.hpp"
|
||||
#include <memory> // for std::unique_ptr
|
||||
#include <string>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "GenericNode.hpp"
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "indentlog/print/tostr.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
#include "xo/indentlog/print/tostr.hpp"
|
||||
#include <cassert>
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "IteratorUtil.hpp"
|
||||
#include "LeafNode.hpp"
|
||||
#include "indentlog/print/tostr.hpp"
|
||||
#include "xo/indentlog/print/tostr.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace tree {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "GenericNode.hpp"
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
#include <cassert>
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#include "xo/ordinaltree/BplusTree.hpp"
|
||||
#include "xo/randomgen/random_seed.hpp"
|
||||
#include "xo/randomgen/print.hpp"
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
#include "catch2/catch.hpp"
|
||||
|
||||
namespace {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
/* @file random_tree_ops.hpp **/
|
||||
|
||||
#include "xo/randomgen/xoshiro256.hpp"
|
||||
#include "indentlog/scope.hpp"
|
||||
#include "indentlog/print/tag.hpp"
|
||||
#include "indentlog/print/vector.hpp"
|
||||
#include "xo/indentlog/scope.hpp"
|
||||
#include "xo/indentlog/print/tag.hpp"
|
||||
#include "xo/indentlog/print/vector.hpp"
|
||||
#include "catch2/catch.hpp"
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue