From f7e46850153c323a80528e556913b8b5968d5f33 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Mon, 4 Mar 2019 13:35:30 +0300 Subject: treewide: Clean up inclusions of netdev-dpdk header. 'netdev-dpdk.h' provides only 'netdev_dpdk_register' and 'free_dpdk_buf' which are not used in these files and should not be used. Leftovers from the already removed code. Signed-off-by: Ilya Maximets Signed-off-by: Ian Stokes --- lib/ofpbuf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/ofpbuf.c') diff --git a/lib/ofpbuf.c b/lib/ofpbuf.c index 1dab25b64..4edb3c114 100644 --- a/lib/ofpbuf.c +++ b/lib/ofpbuf.c @@ -19,7 +19,6 @@ #include #include #include "openvswitch/dynamic-string.h" -#include "netdev-dpdk.h" #include "util.h" static void -- cgit v1.2.1