[view] Clean up includes
This commit is contained in:
parent
2bbc57c3c4
commit
969914b2b5
|
@ -35,12 +35,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <fcntl.h>
|
|
||||||
#ifdef HAVE_UNISTD_H
|
|
||||||
#include <unistd.h> /* for isatty() */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (_MSC_VER) && (_MSC_VER < 1800)
|
#if defined (_MSC_VER) && (_MSC_VER < 1800)
|
||||||
static inline long int
|
static inline long int
|
||||||
|
|
|
@ -33,6 +33,10 @@
|
||||||
# include "helper-cairo-ft.hh"
|
# include "helper-cairo-ft.hh"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#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>
|
||||||
|
|
|
@ -38,9 +38,6 @@
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#ifdef HAVE_UNISTD_H
|
|
||||||
#include <unistd.h> /* for isatty() */
|
|
||||||
#endif
|
|
||||||
#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
|
||||||
|
|
Loading…
Reference in New Issue