tools: use relative header paths

We can't guarantee that this directory is in the include path
This commit is contained in:
Danny Robson 2020-01-01 06:55:11 +11:00
parent 5d0f879ad4
commit 61881b7c8f
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
* Copyright 2019, Danny Robson <danny@nerdcruft.net> * Copyright 2019, Danny Robson <danny@nerdcruft.net>
*/ */
#include <cruft/util/backtrace.hpp> #include "../backtrace.hpp"
#include <iostream> #include <iostream>

View File

@ -1,4 +1,4 @@
#include <cruft/util/debug/system.hpp> #include "../debug/system.hpp"
int main () int main ()
{ {

View File

@ -6,7 +6,7 @@
* Copyright 2019, Danny Robson <danny@nerdcruft.net> * Copyright 2019, Danny Robson <danny@nerdcruft.net>
*/ */
#include <cruft/util/log.hpp> #include "../log.hpp"
#include <iostream> #include <iostream>
#include <cstdlib> #include <cstdlib>