From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6CF6EA00C2; Thu, 16 Jun 2022 17:20:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF67A42BBB; Thu, 16 Jun 2022 17:18:10 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id B06AD42BAD for ; Thu, 16 Jun 2022 17:18:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655392686; x=1686928686; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=vqcgATHPwv+QC4I0wnByj2NVeDzF0QJZgJDGIPsvjjk=; b=ZlbDZwMWbMGw+brJlj0rhzdmDQeTu83/6f4stgANPexl3N1wonFAermB yzxKp56rb7PkhBn4VdUVfqX6aOddWpUjQQyUe16TiQNWLZVfo77njYBjq IKNl+CnPyBSmNs+qDym+ZDF1vhYTg0+eBaKuRUgLukxPmUWeXTHQCahFW iaar1vlIaTFIRV+gMHQKEifWY4gUHPdAoBRlsyEMkkanoAfZpNroRLpam ZpT/4zeINYRdEYxqaSxcWDjA2R6nhVGaDjqMZNZmrx3b8q1ztoHVVUhzt 2ek0QTgcGI4JWzaykg0/wwchO7ZQmOs1Q9Yqh23fsH+gCDaW9b4iv28Hb Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10379"; a="365624959" X-IronPort-AV: E=Sophos;i="5.92,305,1650956400"; d="scan'208";a="365624959" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2022 08:18:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,305,1650956400"; d="scan'208";a="675066442" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jun 2022 08:18:05 -0700 From: Sean Morrissey To: Maxime Coquelin , Chenbo Xia Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v2 19/19] vhost: remove unneeded header includes Date: Thu, 16 Jun 2022 15:17:27 +0000 Message-Id: <20220616151728.339629-20-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220616151728.339629-1-sean.morrissey@intel.com> References: <20220421190859.264174-1-sean.morrissey@intel.com> <20220616151728.339629-1-sean.morrissey@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey --- lib/vhost/vhost.h | 2 -- lib/vhost/vhost_user.h | 1 - 2 files changed, 3 deletions(-) diff --git a/lib/vhost/vhost.h b/lib/vhost/vhost.h index 14235aaf81..4ebcb7448a 100644 --- a/lib/vhost/vhost.h +++ b/lib/vhost/vhost.h @@ -7,10 +7,8 @@ #include #include #include -#include #include #include -#include #include #include #include diff --git a/lib/vhost/vhost_user.h b/lib/vhost/vhost_user.h index c4d091e175..8ecca68597 100644 --- a/lib/vhost/vhost_user.h +++ b/lib/vhost/vhost_user.h @@ -6,7 +6,6 @@ #define _VHOST_NET_USER_H #include -#include #include "rte_vhost.h" -- 2.25.1