These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / include / qemu / fprintf-fn.h
index 9ddc90f..b6bad35 100644 (file)
@@ -8,8 +8,6 @@
 #ifndef QEMU_FPRINTF_FN_H
 #define QEMU_FPRINTF_FN_H 1
 
-#include "qemu/compiler.h"
-#include <stdio.h>
 
 typedef int (*fprintf_function)(FILE *f, const char *fmt, ...)
     GCC_FMT_ATTR(2, 3);