summaryrefslogtreecommitdiff
path: root/hw/timer
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-05-24 16:28:04 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2016-06-07 18:19:23 +0300
commit24a6e0633a6bb079a6af406e7fcea2d1ba182100 (patch)
tree21286718a7231b203fea0d08046dd512c80931df /hw/timer
parent2d7fedeb54f23780f7ae2257be28265308a80f01 (diff)
downloadqemu-24a6e0633a6bb079a6af406e7fcea2d1ba182100.tar.gz
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/timer')
-rw-r--r--hw/timer/mc146818rtc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/timer/mc146818rtc.c b/hw/timer/mc146818rtc.c
index 2ac0fd3e48..a11b8b4b21 100644
--- a/hw/timer/mc146818rtc.c
+++ b/hw/timer/mc146818rtc.c
@@ -22,7 +22,6 @@
* THE SOFTWARE.
*/
#include "qemu/osdep.h"
-#include "config-target.h"
#include "qemu/cutils.h"
#include "qemu/bcd.h"
#include "hw/hw.h"