diff options
Diffstat (limited to 'trace/ftrace.c')
-rw-r--r-- | trace/ftrace.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/trace/ftrace.c b/trace/ftrace.c index a7ae371e6f..e953922f5b 100644 --- a/trace/ftrace.c +++ b/trace/ftrace.c @@ -9,10 +9,7 @@ * */ -#include <stdio.h> -#include <string.h> -#include <fcntl.h> -#include <limits.h> +#include "qemu/osdep.h" #include "trace.h" #include "trace/control.h" |