]> granicus.if.org Git - sudo/commitdiff
No need to include selinux.h here.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 May 2017 15:00:15 +0000 (09:00 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 15 May 2017 15:00:15 +0000 (09:00 -0600)
src/sudo_edit.c

index 0faef4c6fde0b086db308ec3e4dd6c815cdc95c0..449f05dcd02c43706226c0b5bee30e3a6bb9775e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004-2008, 2010-2016 Todd C. Miller <Todd.Miller@courtesan.com>
+ * Copyright (c) 2004-2008, 2010-2017 Todd C. Miller <Todd.Miller@courtesan.com>
  *
  * 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 <time.h>
 #endif
-#ifdef HAVE_SELINUX
-# include <selinux/selinux.h>
-#endif
 
 #include "sudo.h"
 #include "sudo_exec.h"