summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-audio.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-26 19:17:12 +0100
committerPeter Maydell2016-01-29 16:07:23 +0100
commite532b2e0080fea57dc2b3b3e5439735792900ae6 (patch)
tree12aabfa624d642ec437b7f7d4ef5f87240870a48 /hw/usb/dev-audio.c
parenthw/net: Clean up includes (diff)
downloadqemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.tar.gz
qemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.tar.xz
qemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.zip
usb: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-20-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/usb/dev-audio.c')
-rw-r--r--hw/usb/dev-audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/dev-audio.c b/hw/usb/dev-audio.c
index 02fb1103c6..87cab0a3d1 100644
--- a/hw/usb/dev-audio.c
+++ b/hw/usb/dev-audio.c
@@ -29,6 +29,7 @@
* THE SOFTWARE.
*/
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "hw/usb.h"
#include "hw/usb/desc.h"