aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2017-10-17 13:43:56 -0300
committerMichael Tokarev <mjt@tls.msk.ru>2017-12-18 17:07:02 +0300
commit47181f5d4541dafc80b0237966316931ec424c96 (patch)
tree24a2b9b05d6ce05e487f986ff39d84411be60421 /hw
parent7d98febd6759c0164a9f1fef94b9bf3ecbb51ab8 (diff)
downloadqemu-47181f5d4541dafc80b0237966316931ec424c96.zip
qemu-47181f5d4541dafc80b0237966316931ec424c96.tar.gz
qemu-47181f5d4541dafc80b0237966316931ec424c96.tar.bz2
misc: remove headers implicitly included
applied using ./scripts/clean-includes Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw')
-rw-r--r--hw/audio/fmopl.h1
-rw-r--r--hw/scsi/vhost-user-scsi.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h
index f4065f4..e7e578a 100644
--- a/hw/audio/fmopl.h
+++ b/hw/audio/fmopl.h
@@ -1,7 +1,6 @@
#ifndef FMOPL_H
#define FMOPL_H
-#include <stdint.h>
typedef void (*OPL_TIMERHANDLER)(void *param, int channel, double interval_Sec);
diff --git a/hw/scsi/vhost-user-scsi.c b/hw/scsi/vhost-user-scsi.c
index f7561e2..9389ed4 100644
--- a/hw/scsi/vhost-user-scsi.c
+++ b/hw/scsi/vhost-user-scsi.c
@@ -18,7 +18,6 @@
#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu/error-report.h"
-#include "qemu/typedefs.h"
#include "qom/object.h"
#include "hw/fw-path-provider.h"
#include "hw/qdev-core.h"