[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Mar 15 16:05:54 UTC 2018
test/api/test-subset-post.c | 2 --
test/api/test-subset-vmtx.c | 2 --
2 files changed, 4 deletions(-)
New commits:
commit e6e2ee2b923f8ab7c0694d4557375ba316e15dff
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Mar 15 09:05:22 2018 -0700
Remove extra stdbool includes
They are handled in our common header.
diff --git a/test/api/test-subset-post.c b/test/api/test-subset-post.c
index b34e2b7d..948b18a2 100644
--- a/test/api/test-subset-post.c
+++ b/test/api/test-subset-post.c
@@ -24,8 +24,6 @@
* Google Author(s): Garret Rieger
*/
-#include <stdbool.h>
-
#include "hb-test.h"
#include "hb-subset-test.h"
diff --git a/test/api/test-subset-vmtx.c b/test/api/test-subset-vmtx.c
index ce2b02dc..437f0c2f 100644
--- a/test/api/test-subset-vmtx.c
+++ b/test/api/test-subset-vmtx.c
@@ -24,8 +24,6 @@
* Google Author(s): Garret Rieger
*/
-#include <stdbool.h>
-
#include "hb-test.h"
#include "hb-subset-test.h"
More information about the HarfBuzz
mailing list