From: Stefano Garzarella Date: Tue, 15 Dec 2020 14:42:40 +0000 (+0100) Subject: vdpa_sim: remove unnecessary headers inclusion X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cc3d42386d14176e392d61da1de05c1d87c18b93;p=linux.git vdpa_sim: remove unnecessary headers inclusion Some headers are not necessary, so let's remove them to do some cleaning. Signed-off-by: Stefano Garzarella Link: https://lore.kernel.org/r/20201215144256.155342-3-sgarzare@redhat.com Signed-off-by: Michael S. Tsirkin --- diff --git a/drivers/vdpa/vdpa_sim/vdpa_sim.c b/drivers/vdpa/vdpa_sim/vdpa_sim.c index 6a90fdb9cbfc6..63b85541fb5e6 100644 --- a/drivers/vdpa/vdpa_sim/vdpa_sim.c +++ b/drivers/vdpa/vdpa_sim/vdpa_sim.c @@ -11,16 +11,9 @@ #include #include #include -#include -#include #include #include -#include -#include -#include #include -#include -#include #include #include #include