From: Todd C. Miller Date: Mon, 15 May 2017 15:00:15 +0000 (-0600) Subject: No need to include selinux.h here. X-Git-Tag: SUDO_1_8_21^2~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=befa862f75918141ab75b88e3c0777aa0439d203;p=sudo No need to include selinux.h here. --- diff --git a/src/sudo_edit.c b/src/sudo_edit.c index 0faef4c6f..449f05dcd 100644 --- a/src/sudo_edit.c +++ b/src/sudo_edit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2008, 2010-2016 Todd C. Miller + * Copyright (c) 2004-2008, 2010-2017 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -40,9 +40,6 @@ #ifdef TIME_WITH_SYS_TIME # include #endif -#ifdef HAVE_SELINUX -# include -#endif #include "sudo.h" #include "sudo_exec.h"