summaryrefslogtreecommitdiffstats
path: root/qemu/include/qemu/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/qemu/thread.h')
-rw-r--r--qemu/include/qemu/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu/include/qemu/thread.h b/qemu/include/qemu/thread.h
index 5114ec8e7..bdae6dfdb 100644
--- a/qemu/include/qemu/thread.h
+++ b/qemu/include/qemu/thread.h
@@ -1,8 +1,6 @@
#ifndef __QEMU_THREAD_H
#define __QEMU_THREAD_H 1
-#include <inttypes.h>
-#include <stdbool.h>
typedef struct QemuMutex QemuMutex;
typedef struct QemuCond QemuCond;