summaryrefslogtreecommitdiffstats
path: root/qemu/include/qemu/fprintf-fn.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/qemu/fprintf-fn.h')
-rw-r--r--qemu/include/qemu/fprintf-fn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu/include/qemu/fprintf-fn.h b/qemu/include/qemu/fprintf-fn.h
index 9ddc90f1c..b6bad35b1 100644
--- a/qemu/include/qemu/fprintf-fn.h
+++ b/qemu/include/qemu/fprintf-fn.h
@@ -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);