gpudev: remove unneeded header includes

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

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
This commit is contained in:
Sean Morrissey 2022-06-20 10:40:20 +00:00 committed by Thomas Monjalon
parent 83be526a2e
commit 564178d3b1

View File

@ -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"