types/tagged: use relative paths for test headers

This commit is contained in:
Danny Robson 2018-11-19 16:27:02 +11:00
parent 1dcb20fb53
commit f75c8f6c6d

View File

@ -1,6 +1,6 @@
#include <cruft/util/tap.hpp>
#include "tap.hpp"
#include <cruft/util/types/tagged.hpp>
#include "types/tagged.hpp"
enum tag_t { A, B, C };