preprocessor: use the correct include path for preprocessor.hpp

This commit is contained in:
Danny Robson 2019-06-20 11:44:04 +10:00
parent f4438831a6
commit 8fc182ca8e
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
#include "../maths.hpp"
#include "../types/bits.hpp"
#include "preprocessor.hpp"
#include <cruft/util/preprocessor.hpp>
#include <algorithm>
#include <cmath>

View File

@ -13,7 +13,7 @@
#include "../platform.hpp"
#include "preprocessor.hpp"
#include <cruft/util/preprocessor.hpp>
#include <cstddef>
#include <type_traits>

View File

@ -11,7 +11,7 @@
#include "std.hpp"
#include "variadic.hpp"
#include "preprocessor.hpp"
#include <cruft/util/preprocessor.hpp>
#include <algorithm>
#include <array>

View File

@ -11,7 +11,7 @@
#include "format.hpp"
#include "preprocessor.hpp"
#include <cruft/util/preprocessor.hpp>
#include <iosfwd>
#include <string>