From 33ac060d019cb5bb63f8a910d46e683eafe3ece2 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 16 Jun 2024 15:42:31 +0200 Subject: [PATCH] xsltproc: Remove unneeded includes --- xsltproc/xsltproc.c | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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