]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/iova-tree.c
CODING_STYLE: indent example code as all others
[mirror_qemu.git] / util / iova-tree.c
index 2d9cebfc89c0f630d648ac1c22d398927ba0a916..7990692cbd33f12ce77ad175ca05637b3196199d 100644 (file)
@@ -9,7 +9,7 @@
  * This work is licensed under the terms of the GNU GPL, version 2 or later.
  */
 
-#include <glib.h>
+#include "qemu/osdep.h"
 #include "qemu/iova-tree.h"
 
 struct IOVATree {