These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/graph/graph_debug.c | 2 --
lib/graph/graph_ops.c | 1 -
lib/graph/graph_populate.c | 2 --
lib/graph/node.c | 1 -
4 files changed, 6 deletions(-)
@@ -2,8 +2,6 @@
* Copyright(C) 2020 Marvell International Ltd.
*/
-#include <rte_common.h>
-#include <rte_debug.h>
#include "graph_private.h"
@@ -5,7 +5,6 @@
#include <stdbool.h>
#include <string.h>
-#include <rte_common.h>
#include <rte_errno.h>
#include "graph_private.h"
@@ -2,8 +2,6 @@
* Copyright(C) 2020 Marvell International Ltd.
*/
-#include <fnmatch.h>
-#include <stdbool.h>
#include <rte_common.h>
#include <rte_errno.h>
@@ -8,7 +8,6 @@
#include <rte_common.h>
#include <rte_debug.h>
-#include <rte_eal.h>
#include <rte_errno.h>
#include <rte_string_fns.h>