rename xo-tree -> xo-ordinaltree

This commit is contained in:
Roland Conybeare 2023-10-04 13:28:47 -04:00
commit 5e16be0b5a
14 changed files with 6 additions and 7 deletions

View file

@ -3,7 +3,7 @@
#define CATCH_CONFIG_ENABLE_BENCHMARKING
#include "random_tree_ops.hpp"
#include "xo/tree/BplusTree.hpp"
#include "xo/ordinaltree/BplusTree.hpp"
#include "randomgen/random_seed.hpp"
#include "indentlog/scope.hpp"
#include "catch2/catch.hpp"