From 1131db0699c64a14dd5d252a239d56344933b875 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 25 Sep 2004 00:07:26 +0000 Subject: [PATCH] trim includes --- mon_systrace.c | 35 ++++++++--------------------------- 1 file changed, 8 insertions(+), 27 deletions(-) diff --git a/mon_systrace.c b/mon_systrace.c index 7adf7c0e7..ccb530843 100644 --- a/mon_systrace.c +++ b/mon_systrace.c @@ -16,11 +16,7 @@ #include "config.h" -#include #include -#include -#include -#include #include #include #ifdef HAVE_DEV_SYSTRACE_H @@ -33,34 +29,19 @@ # endif #endif #include -#ifdef STDC_HEADERS -# include -# include -#else -# ifdef HAVE_STDLIB_H -# include -# endif -#endif /* STDC_HEADERS */ -#ifdef HAVE_STRING_H -# include -#else -# ifdef HAVE_STRINGS_H -# include -# endif -#endif /* HAVE_STRING_H */ -#ifdef HAVE_UNISTD_H -# include -#endif /* HAVE_UNISTD_H */ +#include +#include +#include +#include +#include +#include +#include +#include #ifdef HAVE_ERR_H # include #else # include "emul/err.h" #endif /* HAVE_ERR_H */ -#include -#include -#include -#include -#include #include "sudo.h" -- 2.40.0