25845f
Remove unnecessary #include directives to avoid #warning directives from
25845f
SELinux headers.  Further cleanup after glibc-rh1025934.patch.  Handled
25845f
upstream as part of the original commit.
25845f
25845f
diff --git a/nscd/selinux.c b/nscd/selinux.c
25845f
index 2bf4d1a66a9623b5..24b554765264ae63 100644
25845f
--- a/nscd/selinux.c
25845f
+++ b/nscd/selinux.c
25845f
@@ -28,9 +28,7 @@
25845f
 #include <syslog.h>
25845f
 #include <unistd.h>
25845f
 #include <sys/prctl.h>
25845f
-#include <selinux/av_permissions.h>
25845f
 #include <selinux/avc.h>
25845f
-#include <selinux/flask.h>
25845f
 #include <selinux/selinux.h>
25845f
 #ifdef HAVE_LIBAUDIT
25845f
 # include <libaudit.h>