Remove redundant strings.h inclusion (and associated ifndef __WIN__). Signed-off-by: Sasha Khapyorsky <[email protected]> --- opensm/osmtest/osmtest.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opensm/osmtest/osmtest.c b/opensm/osmtest/osmtest.c index 3618ea3..f0f23c7 100644 --- a/opensm/osmtest/osmtest.c +++ b/opensm/osmtest/osmtest.c @@ -46,9 +46,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#ifndef __WIN__ -#include <strings.h> -#endif #include <sys/time.h> #include <complib/cl_debug.h> #include "osmtest.h" -- 1.6.5 _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
