From 827e4952d6bcc8dd9c8fdda54a509e5b59685c34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eivind=20N=C3=A6ss?= Date: Sat, 4 Mar 2023 03:03:16 +0000 Subject: [PATCH] Should not require third party project to define HAVE_HEADER_H MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eivind Næss --- pppd/pppd.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pppd/pppd.h b/pppd/pppd.h index 135fd35..9861ebc 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -43,25 +43,11 @@ #ifndef PPP_PPPD_H #define PPP_PPPD_H -#ifdef HAVE_STDARG_H #include -#endif - -#ifdef HAVE_STDBOOL_H #include -#endif - -#ifdef HAVE_STDDEF_H #include -#endif - -#ifdef HAVE_STDINT_H #include -#endif - -#ifdef HAVE_SYS_TYPES_H #include -#endif #include "pppdconf.h" -- 2.39.2