commit | 1e8fdd285f90b7b715b6d9ca9222a3c91cbea6b8 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Oct 10 16:32:35 2018 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Oct 10 16:32:35 2018 -0400 |
tree | 00ab272044cb0e3e46941fd5b662f015c5b4cf95 | |
parent | 7727e737566ddc826647e19fc645b296ad5a0cac [diff] [blame] |
Remove HAVE_OT We never tested compiling without it. Just kill it. We always build our own shaper.
diff --git a/test/api/test-c.c b/test/api/test-c.c index 78d6e97..061f35c 100644 --- a/test/api/test-c.c +++ b/test/api/test-c.c
@@ -32,6 +32,7 @@ #endif #include <hb.h> +#include <hb-ot.h> #ifdef HAVE_GLIB #include <hb-glib.h> @@ -45,10 +46,6 @@ #include <hb-ft.h> #endif -#ifdef HAVE_OT -#include <hb-ot.h> -#endif - #ifdef HAVE_UNISCRIBE #include <hb-uniscribe.h> #endif