enabled.c: Remove stdio_ext.h header

This appears to be unused.

Signed-off-by: Nick Kralevich <nnk@google.com>
This commit is contained in:
Nick Kralevich 2016-11-23 14:37:58 -08:00 committed by Stephen Smalley
parent 75b14a5de1
commit bb96e1305d

View file

@ -6,7 +6,6 @@
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdio_ext.h>
#include "policy.h"
int is_selinux_enabled(void)