summary refs log tree commit diff stats
path: root/include/hw/xen
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-02-18 16:57:06 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-03-04 14:45:34 +0100
commitd1bb9921bbbc65ecbb7c6193834e154af0cd0a1f (patch)
treeab67e1e48e7fee918d3189ba04298e7b2593c7fe /include/hw/xen
parentcc2b1c5b0764a2f96106ed75c5bd141950148b65 (diff)
downloadfocaccia-qemu-d1bb9921bbbc65ecbb7c6193834e154af0cd0a1f.tar.gz
focaccia-qemu-d1bb9921bbbc65ecbb7c6193834e154af0cd0a1f.zip
hw/xen/xen-legacy-backend: Remove unused 'net/net.h' header
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
Message-Id: <20250218162618.46167-8-philmd@linaro.org>
Diffstat (limited to 'include/hw/xen')
-rw-r--r--include/hw/xen/xen-legacy-backend.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/xen/xen-legacy-backend.h b/include/hw/xen/xen-legacy-backend.h
index e198b120c5..2d0cbfecad 100644
--- a/include/hw/xen/xen-legacy-backend.h
+++ b/include/hw/xen/xen-legacy-backend.h
@@ -3,7 +3,6 @@
 
 #include "hw/xen/xen_backend_ops.h"
 #include "hw/xen/xen_pvdev.h"
-#include "net/net.h"
 #include "qom/object.h"
 
 #define TYPE_XENSYSDEV "xen-sysdev"