diff --git a/lib/vhost/rte_vhost/vhost.c b/lib/vhost/rte_vhost/vhost.c index 5270410b6..ccb8c4f19 100644 --- a/lib/vhost/rte_vhost/vhost.c +++ b/lib/vhost/rte_vhost/vhost.c @@ -45,7 +45,6 @@ #include #include #include -#include #include "vhost.h" diff --git a/lib/vhost/rte_vhost/virtio_net.c b/lib/vhost/rte_vhost/virtio_net.c index e0df0b972..539606d9e 100644 --- a/lib/vhost/rte_vhost/virtio_net.c +++ b/lib/vhost/rte_vhost/virtio_net.c @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include