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
This commit is contained in:
Elliott Hughes
2014-08-19 11:16:41 -07:00
parent 17f83c93cb
commit f4c948a9e9
9 changed files with 19 additions and 16 deletions

View File

@@ -28,7 +28,6 @@
#ifndef _SCHED_H_
#define _SCHED_H_
#include <features.h>
#include <sys/cdefs.h>
#include <sys/time.h>