summaryrefslogtreecommitdiffstats
path: root/libc/include/signal.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-29 13:29:50 -0800
committerElliott Hughes <enh@google.com>2014-12-29 13:29:50 -0800
commit40360b379cee07574493f5a450cf1c6e531bdde0 (patch)
tree2b16a06dc25f1c3f51e94dc099513464f615e622 /libc/include/signal.h
parent0a552407ada6fc718be016df0902f6c23aa88eea (diff)
downloadbionic-40360b379cee07574493f5a450cf1c6e531bdde0.zip
bionic-40360b379cee07574493f5a450cf1c6e531bdde0.tar.gz
bionic-40360b379cee07574493f5a450cf1c6e531bdde0.tar.bz2
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
Diffstat (limited to 'libc/include/signal.h')
-rw-r--r--libc/include/signal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/signal.h b/libc/include/signal.h
index 9519f6d..8988888 100644
--- a/libc/include/signal.h
+++ b/libc/include/signal.h
@@ -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>