summaryrefslogtreecommitdiffstats
path: root/hw/audio/fmopl.c
diff options
context:
space:
mode:
authorPeter Maydell2016-01-18 18:33:52 +0100
committerGerd Hoffmann2016-02-02 13:57:31 +0100
commit6086a565b0efe3eb66c5bf65a715a2c84425e47f (patch)
tree19a6a059b3c46f74dca253ce7b5a3d9a07ce143d /hw/audio/fmopl.c
parentMerge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160201' into... (diff)
downloadqemu-6086a565b0efe3eb66c5bf65a715a2c84425e47f.tar.gz
qemu-6086a565b0efe3eb66c5bf65a715a2c84425e47f.tar.xz
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 'hw/audio/fmopl.c')
-rw-r--r--hw/audio/fmopl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/hw/audio/fmopl.c b/hw/audio/fmopl.c
index 81c0c1be20..731110fe86 100644
--- a/hw/audio/fmopl.c
+++ b/hw/audio/fmopl.c
@@ -32,10 +32,7 @@
#define HAS_YM3812 1
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdarg.h>
+#include "qemu/osdep.h"
#include <math.h>
//#include "driver.h" /* use M.A.M.E. */
#include "fmopl.h"