diff --git a/src/graph/graph.hh b/src/graph/graph.hh index f760448ed..9ebb57d15 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 diff --git a/src/graph/gsubgpos-graph.hh b/src/graph/gsubgpos-graph.hh index 80fffaf50..e3c003cae 100644 --- a/src/graph/gsubgpos-graph.hh +++ b/src/graph/gsubgpos-graph.hh @@ -25,8 +25,8 @@ */ #include "graph.hh" -#include "hb-ot-layout-gsubgpos.hh" -#include "OT/Layout/GSUB/ExtensionSubst.hh" +#include "../hb-ot-layout-gsubgpos.hh" +#include "../OT/Layout/GSUB/ExtensionSubst.hh" #ifndef GRAPH_GSUBGPOS_GRAPH_HH #define GRAPH_GSUBGPOS_GRAPH_HH