[util] Centralize includes again

This commit is contained in:
Behdad Esfahbod 2022-12-29 21:07:38 -07:00
parent d90ccc1c5c
commit 0d98c79b10
2 changed files with 4 additions and 5 deletions

View File

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

View File

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