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"