From 10b6c7c63870fa04cd8adcf9f38644c2a799db8a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 2 Oct 2018 13:11:18 +0200 Subject: [PATCH] Minor include cleanup --- src/hb-ot-shape-complex.hh | 1 + src/hb-ot-shape.cc | 4 +--- src/hb-ot-shape.hh | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/hb-ot-shape-complex.hh b/src/hb-ot-shape-complex.hh index a48a38a20..e0be8d3c4 100644 --- a/src/hb-ot-shape-complex.hh +++ b/src/hb-ot-shape-complex.hh @@ -29,6 +29,7 @@ #include "hb.hh" +#include "hb-ot-layout.hh" #include "hb-ot-shape.hh" #include "hb-ot-shape-normalize.hh" diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index f0e3c8be7..7f4e442d4 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -36,11 +36,9 @@ #include "hb-ot-shape-normalize.hh" #include "hb-ot-face.hh" -#include "hb-ot-layout.hh" -#include "hb-unicode.hh" + #include "hb-set.hh" -#include "hb-ot-layout-gsubgpos.hh" #include "hb-aat-layout.hh" diff --git a/src/hb-ot-shape.hh b/src/hb-ot-shape.hh index a6a315a42..52e6b1106 100644 --- a/src/hb-ot-shape.hh +++ b/src/hb-ot-shape.hh @@ -30,7 +30,7 @@ #include "hb.hh" #include "hb-ot-map.hh" -#include "hb-ot-layout.hh" +#include "hb-shape-plan.hh"