From 5a18d97b35d05c826c242e6847764c2418831a55 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 1 Nov 2018 18:01:26 -0400 Subject: [PATCH] [aat] Remove unused forward declaration --- src/hb-aat-map.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-aat-map.hh b/src/hb-aat-map.hh index 846cdc1a9..d974bd3f0 100644 --- a/src/hb-aat-map.hh +++ b/src/hb-aat-map.hh @@ -30,8 +30,6 @@ #include "hb.hh" -struct hb_ot_shape_plan_t; - struct hb_aat_map_t { friend struct hb_aat_map_builder_t;