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>
|
* 2018, Danny Robson <danny@nerdcruft.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cruft/util/algo/search.hpp>
|
#include "algo/search.hpp"
|
||||||
#include <cruft/util/tap.hpp>
|
#include "tap.hpp"
|
||||||
#include <cruft/util/point.hpp>
|
#include "point.hpp"
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#include <cruft/util/tap.hpp>
|
#include "tap.hpp"
|
||||||
#include <cruft/util/array/darray.hpp>
|
|
||||||
|
#include "array/darray.hpp"
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int, char**)
|
main (int, char**)
|
||||||
|
Loading…
Reference in New Issue
Block a user