[ox] Remove bstring.hpp include from string.hpp

This commit is contained in:
Gary Talent 2020-03-15 14:29:18 -05:00
parent f7bdd5042d
commit 1313b562bd
6 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
#include <ox/std/error.hpp> #include <ox/std/error.hpp>
#include <ox/std/hashmap.hpp> #include <ox/std/hashmap.hpp>
#include <ox/std/string.hpp> #include <ox/std/bstring.hpp>
#include <ox/std/vector.hpp> #include <ox/std/vector.hpp>
namespace ox { namespace ox {

View File

@ -10,7 +10,7 @@
#include <ox/std/byteswap.hpp> #include <ox/std/byteswap.hpp>
#include <ox/std/hashmap.hpp> #include <ox/std/hashmap.hpp>
#include <ox/std/string.hpp> #include <ox/std/bstring.hpp>
#include <ox/std/trace.hpp> #include <ox/std/trace.hpp>
#include <ox/std/types.hpp> #include <ox/std/types.hpp>
#include <ox/std/vector.hpp> #include <ox/std/vector.hpp>

View File

@ -8,7 +8,7 @@
#pragma once #pragma once
#include <ox/std/string.hpp> #include <ox/std/bstring.hpp>
#include <ox/std/strops.hpp> #include <ox/std/strops.hpp>
#include <ox/std/types.hpp> #include <ox/std/types.hpp>

View File

@ -8,7 +8,7 @@
#pragma once #pragma once
#include "string.hpp" #include "strops.hpp"
#include "vector.hpp" #include "vector.hpp"
namespace ox { namespace ox {

View File

@ -10,6 +10,7 @@
#include "assert.hpp" #include "assert.hpp"
#include "bit.hpp" #include "bit.hpp"
#include "bstring.hpp"
#include "byteswap.hpp" #include "byteswap.hpp"
#include "error.hpp" #include "error.hpp"
#include "hardware.hpp" #include "hardware.hpp"

View File

@ -8,7 +8,6 @@
#pragma once #pragma once
#include "bstring.hpp"
#include "memops.hpp" #include "memops.hpp"
#include "strops.hpp" #include "strops.hpp"
#include "typetraits.hpp" #include "typetraits.hpp"