summaryrefslogtreecommitdiffstats
path: root/hw/intc/aspeed_vic.c
diff options
context:
space:
mode:
authorPeter Maydell2016-05-24 17:28:04 +0200
committerMichael Tokarev2016-06-07 17:19:23 +0200
commit24a6e0633a6bb079a6af406e7fcea2d1ba182100 (patch)
tree21286718a7231b203fea0d08046dd512c80931df /hw/intc/aspeed_vic.c
parentreplay: Clean up includes (diff)
downloadqemu-24a6e0633a6bb079a6af406e7fcea2d1ba182100.tar.gz
qemu-24a6e0633a6bb079a6af406e7fcea2d1ba182100.tar.xz
qemu-24a6e0633a6bb079a6af406e7fcea2d1ba182100.zip
hw: 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> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/intc/aspeed_vic.c')
-rw-r--r--hw/intc/aspeed_vic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/intc/aspeed_vic.c b/hw/intc/aspeed_vic.c
index 725d5b62c5..2370e7485f 100644
--- a/hw/intc/aspeed_vic.c
+++ b/hw/intc/aspeed_vic.c
@@ -28,7 +28,6 @@
*/
#include "qemu/osdep.h"
-#include <inttypes.h>
#include "hw/intc/aspeed_vic.h"
#include "qemu/bitops.h"
#include "qemu/log.h"