From 0bbf90ded00dd00ee3f79c1bd16c775d7c893278 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 19 Feb 2018 11:38:53 -0800 Subject: [PATCH] [subset] Don't include hb-subset.h from hb.h --- src/hb.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb.h b/src/hb.h index e55decfea..7402034f4 100644 --- a/src/hb.h +++ b/src/hb.h @@ -41,7 +41,6 @@ #include "hb-set.h" #include "hb-shape.h" #include "hb-shape-plan.h" -#include "hb-subset.h" #include "hb-unicode.h" #include "hb-version.h"