summaryrefslogtreecommitdiffstats
path: root/hw/misc/lm32_sys.c
diff options
context:
space:
mode:
authorMichael Tokarev2013-05-14 12:55:17 +0200
committerMichael Tokarev2013-05-18 14:35:12 +0200
commit997aba8e257d183e978e9b08a26aceb4e905378d (patch)
tree91e3e500b1e6171b56f9d4a32bd20afa87f70cf4 /hw/misc/lm32_sys.c
parenttranslate: remove redundantly included qemu/timer.h (diff)
downloadqemu-997aba8e257d183e978e9b08a26aceb4e905378d.tar.gz
qemu-997aba8e257d183e978e9b08a26aceb4e905378d.tar.xz
qemu-997aba8e257d183e978e9b08a26aceb4e905378d.zip
remove some double-includes
Some source files #include the same header more than once for no good reason. Remove second #includes in such cases. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/misc/lm32_sys.c')
-rw-r--r--hw/misc/lm32_sys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/lm32_sys.c b/hw/misc/lm32_sys.c
index 33a3b80ce7..aeaf2b7b7b 100644
--- a/hw/misc/lm32_sys.c
+++ b/hw/misc/lm32_sys.c
@@ -34,7 +34,6 @@
#include "qemu/log.h"
#include "qemu/error-report.h"
#include "sysemu/sysemu.h"
-#include "qemu/log.h"
enum {
R_CTRL = 0,