don't check for string.h or strings.h
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.h
index 05724e03210c76dbf2094edbe8272aef0162cf93..32cf41648347d484866c7c884ed040730099a781 100644 (file)
@@ -41,9 +41,7 @@
 /* For gnulib's PATH_MAX.  */
 #include "pathmax.h"
 
-#ifdef HAVE_STRING_H
 #include <string.h>
-#endif
 
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>
This page took 0.031223 seconds and 4 git commands to generate.