[ofw] [PATCH] osmtest/osmtest.c: remove strings.h inclusion
Sasha Khapyorsky
sashak at voltaire.com
Mon Oct 12 15:07:40 PDT 2009
Remove redundant strings.h inclusion (and associated ifndef __WIN__).
Signed-off-by: Sasha Khapyorsky <sashak at voltaire.com>
---
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
More information about the ofw
mailing list