Move audio/sys-queue.h => sys-queue.h
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 29 Jul 2008 20:08:37 +0000 (20:08 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 29 Jul 2008 20:08:37 +0000 (20:08 +0000)
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

hw/usb-net.c
sys-queue.h [moved from audio/sys-queue.h with 100% similarity]

index 56210b5..7c25f3d 100644 (file)
@@ -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.
similarity index 100%
rename from audio/sys-queue.h
rename to sys-queue.h