From: Ebrahim Byagowi Date: Thu, 1 Nov 2018 12:01:14 +0000 (+0330) Subject: [ot-layout] minor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c32280b30fb3844addda31a0d97ae7cb55ef07d2;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [ot-layout] minor --- diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index e135e4a..e1b6b2e 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -38,9 +38,9 @@ #include "hb-ot-layout-gsub-table.hh" #include "hb-ot-layout-gpos-table.hh" -// Just so we compile them; unused otherwise: -#include "hb-ot-layout-base-table.hh" -#include "hb-ot-layout-jstf-table.hh" +#include "hb-ot-layout-base-table.hh" // Just so we compile them; unused otherwise +#include "hb-ot-layout-jstf-table.hh" // Just so we compile them; unused otherwise + #include "hb-ot-kern-table.hh" #include "hb-ot-name-table.hh"