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 94AA1A0093; Thu, 21 Apr 2022 21:11:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 73C5642841; Thu, 21 Apr 2022 21:09:38 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 5FC484283C for ; Thu, 21 Apr 2022 21:09:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650568175; x=1682104175; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=1kADCV23Dkt+lSlltNY+uSqYNvoVA4pxY87nFICDkUc=; b=hfTw5K2CrS/4pVV+VEgBxt0bBVIZmCf6hHM+tAS9L3ehb4atgPUD2iTX 1lzOaS8VeBG1jx1l/rsvnJYry1dUkcJuRuVmA2p6HDzojvr+/R6hO+O3j 42EwsnXvPhNoI4jfk3mCeeLSpZrfVMCtZ6UQnzXN7B86BckH75mlQ2xQH EHW15jvdn5WIkraMmqqQBD74bC/miOyH6courzsdAckJj5G+adT33UruH W/7xD2ozScOU7nihAzAvHEMIH9X9Xe3XPfEr08rkW4cClvT01QDyYIaSG ivyxeUwbi1jd8i1mm9G+G0u7OjFs0til1N1IJD0Fob4TQGbJCvH4Ac1kZ A==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="246354238" X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="246354238" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2022 12:09:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="671185729" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by orsmga004.jf.intel.com with ESMTP; 21 Apr 2022 12:09:34 -0700 From: Sean Morrissey To: Maxime Coquelin , Chenbo Xia Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v1 19/19] vhost: remove unneeded header includes Date: Thu, 21 Apr 2022 19:08:59 +0000 Message-Id: <20220421190859.264174-20-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220421190859.264174-1-sean.morrissey@intel.com> References: <20220421190859.264174-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 | 3 --- lib/vhost/vhost_user.h | 1 - 2 files changed, 4 deletions(-) diff --git a/lib/vhost/vhost.h b/lib/vhost/vhost.h index a9edc271aa..711bb8cd83 100644 --- a/lib/vhost/vhost.h +++ b/lib/vhost/vhost.h @@ -7,12 +7,9 @@ #include #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 c946cc2ef4..8d216c380f 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