No need to include selinux.h here.

This commit is contained in:
Todd C. Miller
2017-05-15 09:00:15 -06:00
parent f60030b903
commit befa862f75

View 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 * Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above * purpose with or without fee is hereby granted, provided that the above
@@ -40,9 +40,6 @@
#ifdef TIME_WITH_SYS_TIME #ifdef TIME_WITH_SYS_TIME
# include <time.h> # include <time.h>
#endif #endif
#ifdef HAVE_SELINUX
# include <selinux/selinux.h>
#endif
#include "sudo.h" #include "sudo.h"
#include "sudo_exec.h" #include "sudo_exec.h"