]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/rtc-test.c
qemu-iotests: add support for Archipelago protocol
[mirror_qemu.git] / tests / rtc-test.c
index f1b123fae1b829295fd8c6ad1f06a9b5ea70bc14..4243624de6c85e5e025c7a209d865068f12c1233 100644 (file)
@@ -10,8 +10,6 @@
  * See the COPYING file in the top-level directory.
  *
  */
-#include "libqtest.h"
-#include "hw/timer/mc146818rtc_regs.h"
 
 #include <glib.h>
 #include <stdio.h>
@@ -19,6 +17,9 @@
 #include <stdlib.h>
 #include <unistd.h>
 
+#include "libqtest.h"
+#include "hw/timer/mc146818rtc_regs.h"
+
 static uint8_t base = 0x70;
 
 static int bcd2dec(int value)