src/test.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 5014c60afaab51a7a4813cf427a3d6053458279b Author: Behdad Esfahbod <beh...@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" _______________________________________________ HarfBuzz mailing list HarfBuzz@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/harfbuzz