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 ED95EA0545; Mon, 20 Jun 2022 12:42:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9835442B91; Mon, 20 Jun 2022 12:40:59 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 1657942B84 for ; Mon, 20 Jun 2022 12:40:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655721653; x=1687257653; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ZhIfcTjtR2zlEMN61rKRyp66gBs6ETyARUkivhXku04=; b=OwRnb5q+Dk6crmPRWL9MUterI8E1NhFTBlip3gW76h1/mwoTtjvNw4hW fF9lTAEBUQ5g2SW7JO5pc3LK+NdCmP4CieHjzQTE7DmJ9O4osvYh2ai55 9umY6uzC7xoxX+9ice4oAqB+xK4qEtq6HbweX5GQHWG4WsCD8ctgsVFuy EhU3n+RYZV8GcUEq5ieFN8qp1nnVkBa8RKXbV8/irAH9b7szira4hYVZX hDqMfY71P64bL2U9f0ZKfTPcEHkI7ZWKlnkvjOS0qQ2UdqZxi5EBj9oQ+ VI0G1jkHBRHB39YshcVo6OdBoLynqmou9BlfhBhdKsKa9MiwNq9t8KLkz g==; X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="268581702" X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="268581702" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jun 2022 03:40:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="591121143" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by fmsmga007.fm.intel.com with ESMTP; 20 Jun 2022 03:40:51 -0700 From: Sean Morrissey To: Maxime Coquelin , Chenbo Xia Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v4 14/14] vhost: remove unneeded header includes Date: Mon, 20 Jun 2022 10:40:30 +0000 Message-Id: <20220620104030.1889156-15-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220620104030.1889156-1-sean.morrissey@intel.com> References: <20220617190835.1126602-1-sean.morrissey@intel.com> <20220620104030.1889156-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 Acked-by: Chenbo Xia --- 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