Skip to content

Commit 80fcf06

Browse files
committed
Use multiple headers
1 parent 4db94de commit 80fcf06

26 files changed

Lines changed: 1719 additions & 1498 deletions

include/rfl/enums.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#include "Result.hpp"
77
#include "internal/enums/get_enum_names.hpp"
88
#include "internal/strings/strings.hpp"
9-
#include "thirdparty/enchantum.hpp"
9+
#include "thirdparty/enchantum/enchantum.hpp"
10+
#include "thirdparty/enchantum/bitflags.hpp"
1011

1112
namespace rfl {
1213

include/rfl/internal/enums/Names.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "../../config.hpp"
1313
#include "../../define_literal.hpp"
1414
#include "../../make_named_tuple.hpp"
15-
#include "../../thirdparty/enchantum.hpp"
15+
#include "../../thirdparty/enchantum/enchantum.hpp"
1616
#include "../StringLiteral.hpp"
1717

1818
namespace rfl::internal::enums {

include/rfl/internal/enums/get_enum_names.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <utility>
3434

3535
#include "../../Literal.hpp"
36-
#include "../../thirdparty/enchantum.hpp"
36+
#include "../../thirdparty/enchantum/enchantum.hpp"
3737
#include "Names.hpp"
3838
#include "range_defined.hpp"
3939

0 commit comments

Comments
 (0)