]> git.proxmox.com Git - qemu.git/blobdiff - net/hub.c
misc: move include files to include/qemu/
[qemu.git] / net / hub.c
index be413012bb72aedab5d08feadeb3d778355ad802..5adfce444beb4385af4ef2fede11eefee9a47500 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.