Commit ccf21c31fa2a72f6411275ad3c1992e0371f8156
1 parent
52781543
Move audio/sys-queue.h => sys-queue.h
This makes it easier to reuse in other parts of QEMU. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4975 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
1 additions
and
1 deletions
hw/usb-net.c
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | #include "qemu-common.h" | 26 | #include "qemu-common.h" |
27 | #include "usb.h" | 27 | #include "usb.h" |
28 | #include "net.h" | 28 | #include "net.h" |
29 | -#include "audio/sys-queue.h" | 29 | +#include "sys-queue.h" |
30 | 30 | ||
31 | /*#define TRAFFIC_DEBUG*/ | 31 | /*#define TRAFFIC_DEBUG*/ |
32 | /* Thanks to NetChip Technologies for donating this product ID. | 32 | /* Thanks to NetChip Technologies for donating this product ID. |
audio/sys-queue.h renamed to sys-queue.h