diff options
Diffstat (limited to 'net/queue.c')
-rw-r--r-- | net/queue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/queue.c b/net/queue.c index 254f28013a..6eaf5b63c0 100644 --- a/net/queue.c +++ b/net/queue.c @@ -22,8 +22,8 @@ */ #include "net/queue.h" -#include "qemu-queue.h" -#include "net.h" +#include "qemu/queue.h" +#include "net/net.h" /* The delivery handler may only return zero if it will call * qemu_net_queue_flush() when it determines that it is once again able |