From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Khapyorsky Subject: [PATCH] osmtest/osmtest.c: remove strings.h inclusion Date: Tue, 13 Oct 2009 00:07:40 +0200 Message-ID: <20091012220740.GM13830@me> References: <4BFF1A3398A74B2AABB948EF2843BF68@amr.corp.intel.com> <20091012214054.GH13830@me> <3F6F638B8D880340AB536D29CD4C1E1912C896BB77@orsmsx501.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <3F6F638B8D880340AB536D29CD4C1E1912C896BB77@orsmsx501.amr.corp.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: ofw-bounces@lists.openfabrics.org Errors-To: ofw-bounces@lists.openfabrics.org To: "Smith, Stan" Cc: "ofw@lists.openfabrics.org" , 'linux-rdma' List-Id: linux-rdma@vger.kernel.org Remove redundant strings.h inclusion (and associated ifndef __WIN__). Signed-off-by: Sasha Khapyorsky --- 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 #include #include -#ifndef __WIN__ -#include -#endif #include #include #include "osmtest.h" -- 1.6.5