]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/test-hbitmap.c
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160321-1' into staging
[mirror_qemu.git] / tests / test-hbitmap.c
index abcea0cda6a1339cc45a0ded0874ca4ab37977a3..abe1427917fd313a48c43969fee0f9c044844dd3 100644 (file)
@@ -9,10 +9,8 @@
  * See the COPYING file in the top-level directory.
  */
 
+#include "qemu/osdep.h"
 #include <glib.h>
-#include <stdarg.h>
-#include <string.h>
-#include <sys/types.h>
 #include "qemu/hbitmap.h"
 
 #define LOG_BITS_PER_LONG          (BITS_PER_LONG == 32 ? 5 : 6)