tools: use relative header paths
We can't guarantee that this directory is in the include path
This commit is contained in:
parent
5d0f879ad4
commit
61881b7c8f
@ -6,7 +6,7 @@
|
||||
* Copyright 2019, Danny Robson <danny@nerdcruft.net>
|
||||
*/
|
||||
|
||||
#include <cruft/util/backtrace.hpp>
|
||||
#include "../backtrace.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <cruft/util/debug/system.hpp>
|
||||
#include "../debug/system.hpp"
|
||||
|
||||
int main ()
|
||||
{
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Copyright 2019, Danny Robson <danny@nerdcruft.net>
|
||||
*/
|
||||
|
||||
#include <cruft/util/log.hpp>
|
||||
#include "../log.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
Loading…
Reference in New Issue
Block a user