From 3f4b68dd182123bb96cc135e75f548706ef809d2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 1 Dec 2011 10:47:23 -0500 Subject: [PATCH] No longer need to include time.h here as missing.h does not use time_t. --- src/sudo_noexec.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sudo_noexec.c b/src/sudo_noexec.c index 7f050aa3f..4e05720de 100644 --- a/src/sudo_noexec.c +++ b/src/sudo_noexec.c @@ -19,9 +19,6 @@ #include #include -#ifndef HAVE_TIMESPEC -# include -#endif #include #include "missing.h" -- 2.40.0