hash/crc: use relative include paths

We can't use system include paths for our headers because we are
probably not installed just yet..
This commit is contained in:
Danny Robson 2017-05-12 15:56:41 +10:00
parent 300a3f77d9
commit 6d6c5c0cfc

View File

@ -16,10 +16,9 @@
#include "./crc.hpp"
#include "../bitwise.hpp"
#include "../debug.hpp"
#include <cruft/util/bitwise.hpp>
#include <array>
using util::hash::crc;