geom/sample/edge: correct the test's include paths

This commit is contained in:
Danny Robson 2019-08-20 15:20:49 +10:00
parent b6d1b74bc4
commit f551e48ddb

View File

@ -1,10 +1,10 @@
#include <cruft/util/geom/sample/edge.hpp> #include "geom/sample/edge.hpp"
#include <cruft/util/tap.hpp> #include "tap.hpp"
#include <cruft/util/coord/iostream.hpp> #include "coord/iostream.hpp"
#include <cruft/util/coord/comparator.hpp> #include "coord/comparator.hpp"
#include <map> #include <map>
#include <iostream>
int main () int main ()
{ {