aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Roberts <william.c.roberts@intel.com>2016-09-24 10:10:05 -0700
committerStephen Smalley <sds@tycho.nsa.gov>2016-09-26 10:55:57 -0400
commitf7ec9d9137ee0927207b76ca361d92a3b2db3b47 (patch)
treec36758cb4b0ae7803c79576776fc3b02cf31632f
parent1a1778544609d20febd70c79ac2b063d3ca0cac8 (diff)
downloadandroid_external_selinux-f7ec9d9137ee0927207b76ca361d92a3b2db3b47.tar.gz
android_external_selinux-f7ec9d9137ee0927207b76ca361d92a3b2db3b47.tar.bz2
android_external_selinux-f7ec9d9137ee0927207b76ca361d92a3b2db3b47.zip
libselinux: drop unused stdio_ext.h header file
Nothing was being used from the stdio_ext.h header file, so remove it. Additionally, Mac builds, required for the Android build, do not have this header. Change-Id: Ic61c87fcda79ffebeef93a20a2b3802f048bb0b0 Signed-off-by: William Roberts <william.c.roberts@intel.com>
-rw-r--r--libselinux/src/label_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libselinux/src/label_file.c b/libselinux/src/label_file.c
index 7156825c..8ff1170c 100644
--- a/libselinux/src/label_file.c
+++ b/libselinux/src/label_file.c
@@ -10,7 +10,6 @@
#include <stdarg.h>
#include <string.h>
#include <stdio.h>
-#include <stdio_ext.h>
#include <ctype.h>
#include <errno.h>
#include <limits.h>