From 5014c60afaab51a7a4813cf427a3d6053458279b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 28 Oct 2017 12:00:49 -0600 Subject: [PATCH] More nullptr fix Fixes https://github.com/behdad/harfbuzz/issues/585 --- src/test.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test.cc b/src/test.cc index 2c24fdac8..9592b379e 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"