From patchwork Tue Oct 27 17:36:13 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Smith, Stan" X-Patchwork-Id: 56146 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9RHaIr9010754 for ; Tue, 27 Oct 2009 17:36:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752446AbZJ0RgJ (ORCPT ); Tue, 27 Oct 2009 13:36:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756389AbZJ0RgJ (ORCPT ); Tue, 27 Oct 2009 13:36:09 -0400 Received: from mga11.intel.com ([192.55.52.93]:57071 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752446AbZJ0RgI (ORCPT ); Tue, 27 Oct 2009 13:36:08 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 27 Oct 2009 10:22:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.44,634,1249282800"; d="scan'208";a="508060775" Received: from scsmith-mobl1.amr.corp.intel.com (HELO scsmithMOBL1) ([10.7.151.219]) by fmsmga002.fm.intel.com with ESMTP; 27 Oct 2009 10:27:39 -0700 From: "Stan C. Smith" To: "'Sasha Khapyorsky'" Cc: , Subject: [PATCH] remove extraneous Windows include Date: Tue, 27 Oct 2009 10:36:13 -0700 Message-ID: MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcpXK/pZkl6nOSKxRD2FuQF+Dypbkg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/opensm/opensm/st.c b/opensm/opensm/st.c index c5a2f53..ea76038 100644 --- a/opensm/opensm/st.c +++ b/opensm/opensm/st.c @@ -43,10 +43,6 @@ #include #include -#ifdef _WIN32 -#include -#endif - typedef struct st_table_entry st_table_entry; struct st_table_entry {