Update paths for headers moved to different modules

Makes it easier to see dependencies.
This commit is contained in:
Daniel James
2017-12-19 17:48:18 +00:00
parent 8098c5b302
commit bc09240437
32 changed files with 36 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
# include <boost/functional/hash.hpp>
#endif
#include <boost/detail/lightweight_test.hpp>
#include <boost/core/lightweight_test.hpp>
#include "./compile_time.hpp"
void void_func1() { static int x = 1; ++x; }