diff options
author | William Roberts <william.c.roberts@intel.com> | 2016-09-24 10:10:05 -0700 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2016-09-26 10:55:57 -0400 |
commit | f7ec9d9137ee0927207b76ca361d92a3b2db3b47 (patch) | |
tree | c36758cb4b0ae7803c79576776fc3b02cf31632f /libselinux/src/label_file.c | |
parent | 1a1778544609d20febd70c79ac2b063d3ca0cac8 (diff) | |
download | android_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>
Diffstat (limited to 'libselinux/src/label_file.c')
-rw-r--r-- | libselinux/src/label_file.c | 1 |
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> |