summary refs log tree commit diff stats
path: root/audio/coreaudio.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-18 17:33:52 +0000
committerGerd Hoffmann <kraxel@redhat.com>2016-02-02 13:57:31 +0100
commit6086a565b0efe3eb66c5bf65a715a2c84425e47f (patch)
tree19a6a059b3c46f74dca253ce7b5a3d9a07ce143d /audio/coreaudio.c
parent10ae9d76388e3f4a31f6a1475b5e2d1f28404a10 (diff)
downloadfocaccia-qemu-6086a565b0efe3eb66c5bf65a715a2c84425e47f.tar.gz
focaccia-qemu-6086a565b0efe3eb66c5bf65a715a2c84425e47f.zip
audio: 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: 1453138432-8324-1-git-send-email-peter.maydell@linaro.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio/coreaudio.c')
-rw-r--r--audio/coreaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/coreaudio.c b/audio/coreaudio.c
index 7150604c53..d4ad224590 100644
--- a/audio/coreaudio.c
+++ b/audio/coreaudio.c
@@ -22,8 +22,8 @@
  * THE SOFTWARE.
  */
 
+#include "qemu/osdep.h"
 #include <CoreAudio/CoreAudio.h>
-#include <string.h>             /* strerror */
 #include <pthread.h>            /* pthread_X */
 
 #include "qemu-common.h"