From patchwork Mon Oct 22 14:08:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Honggang LI X-Patchwork-Id: 10652177 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 216061508 for ; Mon, 22 Oct 2018 14:08:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1636C289FC for ; Mon, 22 Oct 2018 14:09:00 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0ACC328A5A; Mon, 22 Oct 2018 14:09:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B45D6289FC for ; Mon, 22 Oct 2018 14:08:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728126AbeJVW1m (ORCPT ); Mon, 22 Oct 2018 18:27:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10700 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727210AbeJVW1m (ORCPT ); Mon, 22 Oct 2018 18:27:42 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A138B30BCC0E; Mon, 22 Oct 2018 14:08:58 +0000 (UTC) Received: from lhg.nay.redhat.com (unknown [10.66.129.124]) by smtp.corp.redhat.com (Postfix) with ESMTP id B5EE87A4A1; Mon, 22 Oct 2018 14:08:56 +0000 (UTC) From: Honggang LI To: hal@dev.mellanox.co.il Cc: linux-rdma@vger.kernel.org, Honggang Li Subject: [PATCH] include/opensm: eliminate include loop Date: Mon, 22 Oct 2018 22:08:52 +0800 Message-Id: <20181022140852.10127-1-honli@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.44]); Mon, 22 Oct 2018 14:08:58 +0000 (UTC) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Honggang Li Signed-off-by: Honggang Li --- include/opensm/osm_congestion_control.h | 1 - include/opensm/osm_multicast.h | 1 - include/opensm/osm_sm.h | 1 - 3 files changed, 3 deletions(-) diff --git a/include/opensm/osm_congestion_control.h b/include/opensm/osm_congestion_control.h index 78e4a642..c59bf888 100644 --- a/include/opensm/osm_congestion_control.h +++ b/include/opensm/osm_congestion_control.h @@ -51,7 +51,6 @@ #include #include #include -#include #include /****s* OpenSM: Base/OSM_DEFAULT_CC_KEY diff --git a/include/opensm/osm_multicast.h b/include/opensm/osm_multicast.h index 5b9f427f..3237c87c 100644 --- a/include/opensm/osm_multicast.h +++ b/include/opensm/osm_multicast.h @@ -54,7 +54,6 @@ #include #include #include -#include #ifdef __cplusplus # define BEGIN_C_DECLS extern "C" { diff --git a/include/opensm/osm_sm.h b/include/opensm/osm_sm.h index f075abb2..d54cf75a 100644 --- a/include/opensm/osm_sm.h +++ b/include/opensm/osm_sm.h @@ -61,7 +61,6 @@ #include #include #include -#include #ifdef __cplusplus # define BEGIN_C_DECLS extern "C" {