]> Git Repo - qemu.git/blobdiff - tests/libqos/malloc.c
tests: Clean up includes
[qemu.git] / tests / libqos / malloc.c
index 19d05cafa67de733b68eeceb1207ef1d2b32d7d3..c0df52f338907a15d2fdb9d9868388dbaa979c50 100644 (file)
  * See the COPYING file in the top-level directory.
  */
 
+#include "qemu/osdep.h"
 #include "libqos/malloc.h"
 #include "qemu-common.h"
-#include <stdio.h>
-#include <inttypes.h>
 #include <glib.h>
 
 typedef QTAILQ_HEAD(MemList, MemBlock) MemList;
This page took 0.02213 seconds and 4 git commands to generate.