Minor
This commit is contained in:
parent
bf3eef540f
commit
458c89a856
|
@ -31,23 +31,23 @@
|
||||||
|
|
||||||
#include <hb.h>
|
#include <hb.h>
|
||||||
|
|
||||||
#if HAVE_GLIB
|
#ifdef HAVE_GLIB
|
||||||
#include <hb-glib.h>
|
#include <hb-glib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_ICU
|
#ifdef HAVE_ICU
|
||||||
#include <hb-icu.h>
|
#include <hb-icu.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_FREETYPE
|
#ifdef HAVE_FREETYPE
|
||||||
#include <hb-ft.h>
|
#include <hb-ft.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_OT
|
#ifdef HAVE_OT
|
||||||
#include <hb-ot.h>
|
#include <hb-ot.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAVE_UNISCRIBE
|
#ifdef HAVE_UNISCRIBE
|
||||||
#include <hb-uniscribe.h>
|
#include <hb-uniscribe.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue