diff options
Diffstat (limited to 'qemu/target-arm/neon_helper.c')
-rw-r--r-- | qemu/target-arm/neon_helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu/target-arm/neon_helper.c b/qemu/target-arm/neon_helper.c index 47d13e908..1f1844f5b 100644 --- a/qemu/target-arm/neon_helper.c +++ b/qemu/target-arm/neon_helper.c @@ -6,8 +6,7 @@ * * This code is licensed under the GNU GPL v2. */ -#include <stdlib.h> -#include <stdio.h> +#include "qemu/osdep.h" #include "cpu.h" #include "exec/exec-all.h" |