]> git.proxmox.com Git - qemu.git/blobdiff - net/hub.c
Merge remote-tracking branch 'bonzini/header-dirs' into staging
[qemu.git] / net / hub.c
index 3b2d1ffcd2bfa95030767906b34fd4de759ba4e3..a24c9d17f779cc47a9cffc1118e02cfaada4f634 100644 (file)
--- a/net/hub.c
+++ b/net/hub.c
  *
  */
 
-#include "monitor.h"
-#include "net.h"
+#include "monitor/monitor.h"
+#include "net/net.h"
 #include "clients.h"
 #include "hub.h"
-#include "iov.h"
+#include "qemu/iov.h"
 
 /*
  * A hub broadcasts incoming packets to all its ports except the source port.