From e6e2ee2b923f8ab7c0694d4557375ba316e15dff Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 15 Mar 2018 09:05:22 -0700 Subject: [PATCH] Remove extra stdbool includes They are handled in our common header. --- test/api/test-subset-post.c | 2 -- test/api/test-subset-vmtx.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/api/test-subset-post.c b/test/api/test-subset-post.c index b34e2b7d6..948b18a23 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 - #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 ce2b02dc7..437f0c2f5 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 - #include "hb-test.h" #include "hb-subset-test.h"