commit | 458c89a85695220d43b69dbae36fc93e3fe78d89 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Aug 09 00:19:19 2011 +0200 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Aug 09 00:19:19 2011 +0200 |
tree | 1a3ed14d05ce42d800b532a35795440abe9e4827 | |
parent | bf3eef540f81fdeba1c36263d7d5b2ec4c5f07b1 [diff] [blame] |
Minor
diff --git a/test/test-c.c b/test/test-c.c index e72db27..7e7c502 100644 --- a/test/test-c.c +++ b/test/test-c.c
@@ -31,23 +31,23 @@ #include <hb.h> -#if HAVE_GLIB +#ifdef HAVE_GLIB #include <hb-glib.h> #endif -#if HAVE_ICU +#ifdef HAVE_ICU #include <hb-icu.h> #endif -#if HAVE_FREETYPE +#ifdef HAVE_FREETYPE #include <hb-ft.h> #endif -#if HAVE_OT +#ifdef HAVE_OT #include <hb-ot.h> #endif -#if HAVE_UNISCRIBE +#ifdef HAVE_UNISCRIBE #include <hb-uniscribe.h> #endif