From: Duncan Overbruck Date: Fri, 26 Jul 2019 15:46:17 +0000 (+0200) Subject: libopenbsd/closefrom.c: remove config.h include X-Git-Tag: v6.6~21 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=9a9495d672fb426010a6b52d637c30a0dbeb619f libopenbsd/closefrom.c: remove config.h include --- diff --git a/libopenbsd/closefrom.c b/libopenbsd/closefrom.c index 8f66084..0d39353 100644 --- a/libopenbsd/closefrom.c +++ b/libopenbsd/closefrom.c @@ -22,10 +22,6 @@ * PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com */ -#include - -#ifndef HAVE_CLOSEFROM - #include #include #include @@ -133,5 +129,3 @@ closefrom(int lowfd) /* Do things the slow way. */ closefrom_fallback(lowfd); } - -#endif /* HAVE_CLOSEFROM */