diff options
author | Elliott Hughes <enh@google.com> | 2014-08-19 11:16:41 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-08-19 11:18:20 -0700 |
commit | f4c948a9e9b616c4f133f9495dacb105e51b3e49 (patch) | |
tree | 47e300fdbb36f28ab843468ad484a8d8a74a06e9 /libc/include/sched.h | |
parent | 17f83c93cbbde3e38a03182931f40b7390061a7d (diff) | |
download | android_bionic-f4c948a9e9b616c4f133f9495dacb105e51b3e49.tar.gz android_bionic-f4c948a9e9b616c4f133f9495dacb105e51b3e49.tar.bz2 android_bionic-f4c948a9e9b616c4f133f9495dacb105e51b3e49.zip |
Move the meat of <features.h> into <sys/cdefs.h>.
This way it's a lot harder for us to screw up (since we should always
be including <sys/cdefs.h> anyway).
Bug: 14659579
Change-Id: I23070fff3296b0d1c683bb5e3a6e214146327d53
Diffstat (limited to 'libc/include/sched.h')
-rw-r--r-- | libc/include/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/sched.h b/libc/include/sched.h index 76249506e..6155ab7ca 100644 --- a/libc/include/sched.h +++ b/libc/include/sched.h @@ -28,7 +28,6 @@ #ifndef _SCHED_H_ #define _SCHED_H_ -#include <features.h> #include <sys/cdefs.h> #include <sys/time.h> |