mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
[util] Centralize includes again
This commit is contained in:
parent
d90ccc1c5c
commit
0d98c79b10
2 changed files with 4 additions and 5 deletions
|
@ -33,11 +33,6 @@
|
|||
# include "helper-cairo-ft.hh"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h> /* for isatty() */
|
||||
#endif
|
||||
|
||||
#include <cairo.h>
|
||||
#include <hb.h>
|
||||
#include <hb-cairo.h>
|
||||
|
|
|
@ -41,6 +41,10 @@
|
|||
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||
#include <io.h> /* for setmode() under Windows */
|
||||
#endif
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h> /* for isatty() */
|
||||
#endif
|
||||
|
||||
|
||||
#include <hb.h>
|
||||
#include <hb-ot.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue