]> Git Repo - qemu.git/blobdiff - tests/rtc-test.c
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-19' into staging
[qemu.git] / tests / rtc-test.c
index f1b123fae1b829295fd8c6ad1f06a9b5ea70bc14..a086efd12096c4589d994ff52576b0dfa491c719 100644 (file)
  * See the COPYING file in the top-level directory.
  *
  */
+
+#include "qemu/osdep.h"
+
 #include "libqtest.h"
 #include "hw/timer/mc146818rtc_regs.h"
 
-#include <glib.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <unistd.h>
-
 static uint8_t base = 0x70;
 
 static int bcd2dec(int value)
This page took 0.024036 seconds and 4 git commands to generate.