diff options
Diffstat (limited to 'qemu/tests/test-int128.c')
-rw-r--r-- | qemu/tests/test-int128.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu/tests/test-int128.c b/qemu/tests/test-int128.c index 0772ef753..cacf6beac 100644 --- a/qemu/tests/test-int128.c +++ b/qemu/tests/test-int128.c @@ -6,10 +6,9 @@ * */ +#include "qemu/osdep.h" #include <glib.h> -#include <stdio.h> #include "qemu/int128.h" -#include "qemu/osdep.h" /* clang doesn't support __noclone__ but it does have a mechanism for * telling us this. We assume that if we don't have __has_attribute() |