test: use local style includes where possible
This removes some assumptions that break building the library in isolation.
This commit is contained in:
parent
f75c8f6c6d
commit
38906862a3
@ -7,9 +7,9 @@
|
||||
* 2018, Danny Robson <danny@nerdcruft.net>
|
||||
*/
|
||||
|
||||
#include <cruft/util/algo/search.hpp>
|
||||
#include <cruft/util/tap.hpp>
|
||||
#include <cruft/util/point.hpp>
|
||||
#include "algo/search.hpp"
|
||||
#include "tap.hpp"
|
||||
#include "point.hpp"
|
||||
|
||||
|
||||
int
|
||||
|
@ -1,5 +1,6 @@
|
||||
#include <cruft/util/tap.hpp>
|
||||
#include <cruft/util/array/darray.hpp>
|
||||
#include "tap.hpp"
|
||||
|
||||
#include "array/darray.hpp"
|
||||
|
||||
int
|
||||
main (int, char**)
|
||||
|
Loading…
Reference in New Issue
Block a user