diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index e1437a93..17aeaf1e 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -15,19 +15,16 @@ #include #include #include - #ifdef HAVE_SYS_TIME_H #include #endif -#ifdef HAVE_SYS_STAT_H -#include -#endif -#ifdef HAVE_UNISTD_H -#include +#ifdef HAVE_SYS_TIMEB_H +#include #endif #if defined(_WIN32) #include #endif + #include #include #include @@ -51,10 +48,6 @@ #include -#ifdef HAVE_SYS_TIMEB_H -#include -#endif - #ifndef STDIN_FILENO #define STDIN_FILENO 0 #endif