summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-11-27 08:38:05 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2025-12-27 10:11:07 +0100
commit78d45220b4e6385c6a90302fbc84fdacb415580c (patch)
tree99f74af0230006115043d8c36dfd37c7dd3b6444 /net
parentf7889f86bda23c4b22e41d8dfd9fe6298464b047 (diff)
downloadqemu-78d45220b4e6385c6a90302fbc84fdacb415580c.tar.gz
qemu-78d45220b4e6385c6a90302fbc84fdacb415580c.zip
include: move hw/qdev-properties.h to hw/core/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'net')
-rw-r--r--net/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 8aefdb3424..4930b573ed 100644
--- a/net/net.c
+++ b/net/net.c
@@ -27,7 +27,7 @@
#include "net/net.h"
#include "clients.h"
#include "hub.h"
-#include "hw/qdev-properties.h"
+#include "hw/core/qdev-properties.h"
#include "net/slirp.h"
#include "net/eth.h"
#include "util.h"