Remove bogus transitive includes.
<signal.h> shouldn't get you the contents of <errno.h>, and <fcntl.h> shouldn't get you the contents of <unistd.h>. Change-Id: I347499cd8671bfee98e6b8e875a97cab3a3655d3
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#define _SIGNAL_H_
|
||||
|
||||
#include <asm/sigcontext.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <machine/pthread_types.h>
|
||||
#include <machine/timespec.h>
|
||||
|
Reference in New Issue
Block a user