From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 86EBEA0093;
	Thu, 21 Apr 2022 21:09:38 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 1FA8242802;
	Thu, 21 Apr 2022 21:09:17 +0200 (CEST)
Received: from mga18.intel.com (mga18.intel.com [134.134.136.126])
 by mails.dpdk.org (Postfix) with ESMTP id A7FD8427EC
 for <dev@dpdk.org>; Thu, 21 Apr 2022 21:09:15 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1650568155; x=1682104155;
 h=from:to:cc:subject:date:message-id:in-reply-to:
 references:mime-version:content-transfer-encoding;
 bh=TaCtUrax3nNIr14Q5Rkrp0fZbPp8DaFRggKJgLKP6VA=;
 b=emnEvzWyQT5xiPruZMwPa9KOQ3EV7q/0i7X4j0LyqLoApA0rDDWKfA1s
 +Tb3LaEvAibvQb/MHU4TSp41Jjo83meTQtZv6V8KdE3tRfsr5H49IeQPF
 E29s8ujNrj0rhav13ePFk//74GXh4GlIre+/uC2N8TIUxcsZALkJlz83R
 jW7R89RUsST88ITmeOJyW7n5wl6yDV4jpAmNaSMdLWlLW09FcB4ckPyok
 +ZlF9kacTrevj5AOt3MW3zNMAvomskEwx3blz4ewsEObGfEu0Jp9xr3Ht
 WEtPSk34LdzCEFnLr61f+FpruaLyvkdhKx4i+ayTeYM91w2GjyvsNTFVo Q==;
X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="246354167"
X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="246354167"
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:15 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.90,279,1643702400"; d="scan'208";a="671185542"
Received: from silpixa00401215.ir.intel.com ([10.55.128.100])
 by orsmga004.jf.intel.com with ESMTP; 21 Apr 2022 12:09:14 -0700
From: Sean Morrissey <sean.morrissey@intel.com>
To: Elena Agostini <eagostini@nvidia.com>
Cc: dev@dpdk.org,
	Sean Morrissey <sean.morrissey@intel.com>
Subject: [PATCH v1 04/19] gpudev: remove unneeded header includes
Date: Thu, 21 Apr 2022 19:08:44 +0000
Message-Id: <20220421190859.264174-5-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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

These header includes have been flagged by the iwyu_tool
and removed.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
 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 <rte_malloc.h>
 #include <rte_errno.h>
 #include <rte_log.h>
-#include <rte_eal_paging.h>
 
 #include "rte_gpudev.h"
 #include "gpudev_driver.h"
-- 
2.25.1