diff options
author | Elliott Hughes <enh@google.com> | 2014-08-19 18:55:17 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-08-19 02:44:29 +0000 |
commit | 6f4220c49e90b18a50d36e47cc9287c7593af939 (patch) | |
tree | 34497153d977d4eb32bf3be37ce29acbb4121a08 /libc/include/sys/stat.h | |
parent | 2222eae61e723d946029899edaf7afcbaa160bb7 (diff) | |
parent | f4c948a9e9b616c4f133f9495dacb105e51b3e49 (diff) | |
download | android_bionic-6f4220c49e90b18a50d36e47cc9287c7593af939.tar.gz android_bionic-6f4220c49e90b18a50d36e47cc9287c7593af939.tar.bz2 android_bionic-6f4220c49e90b18a50d36e47cc9287c7593af939.zip |
Merge "Move the meat of <features.h> into <sys/cdefs.h>."
Diffstat (limited to 'libc/include/sys/stat.h')
-rw-r--r-- | libc/include/sys/stat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/sys/stat.h b/libc/include/sys/stat.h index d6044aedc..b56ffa423 100644 --- a/libc/include/sys/stat.h +++ b/libc/include/sys/stat.h @@ -29,7 +29,6 @@ #ifndef _SYS_STAT_H_ #define _SYS_STAT_H_ -#include <features.h> #include <sys/cdefs.h> #include <sys/types.h> #include <sys/time.h> |