diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-12-16 12:37:07 +0100 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2009-12-16 12:37:07 +0100 |
commit | 197b2de50d7c025b6a25e7e1cde7a5667728c15c (patch) | |
tree | 775b754b555d5eaa8da624bfa12d2b22d772c0a3 | |
parent | cbff4254e48ff39f5930f972edc6dc9213161727 (diff) |
libc: Remove pointless header string.h
It is already include from the internal header sigset-cvt-mask.h
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
-rw-r--r-- | libc/signal/sigpause.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/signal/sigpause.c b/libc/signal/sigpause.c index 5280ee0a6..5f7ed699a 100644 --- a/libc/signal/sigpause.c +++ b/libc/signal/sigpause.c @@ -23,7 +23,6 @@ #define __FAVOR_BSD #include <signal.h> #include <stddef.h> /* For NULL. */ -#include <string.h> #include "sigset-cvt-mask.h" |