diff options
Diffstat (limited to 'device_tree.c')
-rw-r--r-- | device_tree.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/device_tree.c b/device_tree.c index a9f5f8e598..b1ad836073 100644 --- a/device_tree.c +++ b/device_tree.c @@ -11,12 +11,7 @@ * */ -#include <stdio.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <unistd.h> -#include <stdlib.h> +#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/error-report.h" |