From ccf21c31fa2a72f6411275ad3c1992e0371f8156 Mon Sep 17 00:00:00 2001 From: aliguori Date: Tue, 29 Jul 2008 20:08:37 +0000 Subject: [PATCH] Move audio/sys-queue.h => sys-queue.h This makes it easier to reuse in other parts of QEMU. Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4975 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/usb-net.c | 2 +- audio/sys-queue.h => sys-queue.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename audio/sys-queue.h => sys-queue.h (100%) 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. diff --git a/audio/sys-queue.h b/sys-queue.h similarity index 100% rename from audio/sys-queue.h rename to sys-queue.h