From befa862f75918141ab75b88e3c0777aa0439d203 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 15 May 2017 09:00:15 -0600 Subject: [PATCH] No need to include selinux.h here. --- src/sudo_edit.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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" -- 2.40.0