From: Eivind Næss Date: Sat, 4 Mar 2023 03:03:16 +0000 (+0000) Subject: Should not require third party project to define HAVE_HEADER_H X-Git-Tag: ppp-2.5.0~9^2~1 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=827e4952d6bcc8dd9c8fdda54a509e5b59685c34;p=ppp.git Should not require third party project to define HAVE_HEADER_H Signed-off-by: Eivind Næss --- 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"