summaryrefslogtreecommitdiffstats
path: root/qemu/include/qemu/int128.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/qemu/int128.h')
-rw-r--r--qemu/include/qemu/int128.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/include/qemu/int128.h b/qemu/include/qemu/int128.h
index fb782aadd..c5988813d 100644
--- a/qemu/include/qemu/int128.h
+++ b/qemu/include/qemu/int128.h
@@ -1,9 +1,6 @@
#ifndef INT128_H
#define INT128_H
-#include <assert.h>
-#include <stdint.h>
-#include <stdbool.h>
typedef struct Int128 Int128;