commit | 241ebc93542c6ca1176456aa2951944cef8829a0 | [log] [tgz] |
---|---|---|
author | Garret Rieger <grieger@google.com> | Tue Jul 26 00:04:20 2022 +0000 |
committer | Garret Rieger <grieger@google.com> | Tue Jul 26 12:22:17 2022 -0600 |
tree | fc681694da8858f49905c164afc3d2e7e77098b2 | |
parent | 5f4adb9bf37e19a0dfb8bbdc690406215bd76d85 [diff] [blame] |
[repacker] fix include paths.
diff --git a/src/graph/graph.hh b/src/graph/graph.hh index f760448..9ebb57d 100644 --- a/src/graph/graph.hh +++ b/src/graph/graph.hh
@@ -24,9 +24,9 @@ * Google Author(s): Garret Rieger */ -#include "hb-set.hh" -#include "hb-priority-queue.hh" -#include "hb-serialize.hh" +#include "../hb-set.hh" +#include "../hb-priority-queue.hh" +#include "../hb-serialize.hh" #ifndef GRAPH_GRAPH_HH #define GRAPH_GRAPH_HH