[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sat Oct 28 18:02:17 UTC 2017
src/test.cc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 5014c60afaab51a7a4813cf427a3d6053458279b
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sat Oct 28 12:00:49 2017 -0600
More nullptr fix
Fixes https://github.com/behdad/harfbuzz/issues/585
diff --git a/src/test.cc b/src/test.cc
index 2c24fdac..9592b379 100644
--- a/src/test.cc
+++ b/src/test.cc
@@ -24,9 +24,7 @@
* Google Author(s): Behdad Esfahbod
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include "hb-private.hh"
#include "hb.h"
More information about the HarfBuzz
mailing list