]> Git Repo - qemu.git/blobdiff - tests/test-xbzrle.c
iotests: Add preallocated growth test for qcow2
[qemu.git] / tests / test-xbzrle.c
index db93b0a3d2a20192c1f675ff6b9dc64329d16bac..f5e08de91ecf94426d691d66d7b8006bfcaff651 100644 (file)
  * See the COPYING file in the top-level directory.
  *
  */
-#include <stdint.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <strings.h>
-#include <string.h>
-#include <sys/time.h>
-#include <assert.h>
+#include "qemu/osdep.h"
 #include "qemu-common.h"
-#include "include/migration/migration.h"
+#include "qemu/cutils.h"
+#include "../migration/xbzrle.h"
 
 #define PAGE_SIZE 4096
 
This page took 0.019001 seconds and 4 git commands to generate.