preprocessor: use the correct include path for preprocessor.hpp
This commit is contained in:
parent
f4438831a6
commit
8fc182ca8e
@ -19,7 +19,7 @@
|
||||
#include "../maths.hpp"
|
||||
#include "../types/bits.hpp"
|
||||
|
||||
#include "preprocessor.hpp"
|
||||
#include <cruft/util/preprocessor.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#include "../platform.hpp"
|
||||
|
||||
#include "preprocessor.hpp"
|
||||
#include <cruft/util/preprocessor.hpp>
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "std.hpp"
|
||||
#include "variadic.hpp"
|
||||
|
||||
#include "preprocessor.hpp"
|
||||
#include <cruft/util/preprocessor.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
Loading…
Reference in New Issue
Block a user