diff options
author | aliguori | 2008-07-29 22:08:37 +0200 |
---|---|---|
committer | aliguori | 2008-07-29 22:08:37 +0200 |
commit | ccf21c31fa2a72f6411275ad3c1992e0371f8156 (patch) | |
tree | e0f595fedcdfdf13b80f68f27f23ce7728026cb8 /hw/usb-net.c | |
parent | On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64 (diff) | |
download | qemu-ccf21c31fa2a72f6411275ad3c1992e0371f8156.tar.gz qemu-ccf21c31fa2a72f6411275ad3c1992e0371f8156.tar.xz qemu-ccf21c31fa2a72f6411275ad3c1992e0371f8156.zip |
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
Diffstat (limited to 'hw/usb-net.c')
-rw-r--r-- | hw/usb-net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/usb-net.c b/hw/usb-net.c index 56210b52ec..7c25f3d10f 100644 --- a/hw/usb-net.c +++ b/hw/usb-net.c @@ -26,7 +26,7 @@ #include "qemu-common.h" #include "usb.h" #include "net.h" -#include "audio/sys-queue.h" +#include "sys-queue.h" /*#define TRAFFIC_DEBUG*/ /* Thanks to NetChip Technologies for donating this product ID. |