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 B5135A0032; Fri, 17 Jun 2022 21:09:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 59A4C42905; Fri, 17 Jun 2022 21:08:59 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 2A0AB41148 for ; Fri, 17 Jun 2022 21:08:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655492936; x=1687028936; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=TaCtUrax3nNIr14Q5Rkrp0fZbPp8DaFRggKJgLKP6VA=; b=enhYN7AfhsYXtrvxBsRCFaeanqd0ImRVUJRgMRD7yaNlvB3jwCpeAASa e3JNeujCeg2/ZXQ6CLT0wlG6IO2GWBkI8g5OFrPsXa/OjPt5UsA5OdnCR rW23xdumqrM3oLrPTj4BBNvLd/0M2tRvyrM47cm7a/lU7JcCuU07PaFkK /A46ml3rTM8WsTxpFfgkgqgfhLxIo7DnaRaBI2tiHn/VpcUmhZYcJc317 JlzHQ0tT+ZVDUFSoHMGMuDbhzoN9QrBoaDJ2i2Gv65pDbklTv9Xai3ZKy 6m9JftghBSOHZQkdyIvRblSEeQn4nrrkFq11cJEFNV4CqVm0hahI1ATQ4 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="341251072" X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="341251072" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2022 12:08:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="653736974" Received: from silpixa00401215.ir.intel.com ([10.55.128.100]) by fmsmga004.fm.intel.com with ESMTP; 17 Jun 2022 12:08:52 -0700 From: Sean Morrissey To: Elena Agostini Cc: dev@dpdk.org, Sean Morrissey Subject: [PATCH v3 04/18] gpudev: remove unneeded header includes Date: Fri, 17 Jun 2022 19:08:21 +0000 Message-Id: <20220617190835.1126602-5-sean.morrissey@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220617190835.1126602-1-sean.morrissey@intel.com> References: <20220616151728.339629-1-sean.morrissey@intel.com> <20220617190835.1126602-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/gpudev/gpudev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gpudev/gpudev.c b/lib/gpudev/gpudev.c index 56033f4a5f..ee3ae80f82 100644 --- a/lib/gpudev/gpudev.c +++ b/lib/gpudev/gpudev.c @@ -9,7 +9,6 @@ #include #include #include -#include #include "rte_gpudev.h" #include "gpudev_driver.h" -- 2.25.1