Browse Source

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>
Carmelo Amoroso 14 years ago
parent
commit
197b2de50d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/signal/sigpause.c

+ 0 - 1
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"