These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / util / hbitmap.c
index 50b888f..b22b87d 100644 (file)
@@ -9,10 +9,8 @@
  * later.  See the COPYING file in the top-level directory.
  */
 
-#include <string.h>
-#include <glib.h>
-#include <assert.h>
 #include "qemu/osdep.h"
+#include <glib.h>
 #include "qemu/hbitmap.h"
 #include "qemu/host-utils.h"
 #include "trace.h"