[util] Centralize includes again
This commit is contained in:
parent
d90ccc1c5c
commit
0d98c79b10
|
@ -33,11 +33,6 @@
|
||||||
# include "helper-cairo-ft.hh"
|
# include "helper-cairo-ft.hh"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#ifdef HAVE_UNISTD_H
|
|
||||||
#include <unistd.h> /* for isatty() */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include <hb.h>
|
#include <hb.h>
|
||||||
#include <hb-cairo.h>
|
#include <hb-cairo.h>
|
||||||
|
|
|
@ -41,6 +41,10 @@
|
||||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||||
#include <io.h> /* for setmode() under Windows */
|
#include <io.h> /* for setmode() under Windows */
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
#include <unistd.h> /* for isatty() */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#include <hb.h>
|
#include <hb.h>
|
||||||
#include <hb-ot.h>
|
#include <hb-ot.h>
|
||||||
|
|
Loading…
Reference in New Issue