This commit is contained in:
Behdad Esfahbod 2011-08-09 00:19:19 +02:00
parent bf3eef540f
commit 458c89a856
1 changed files with 5 additions and 5 deletions

View File

@ -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