diff options
author | Peter Maydell | 2018-12-20 19:54:46 +0100 |
---|---|---|
committer | Peter Maydell | 2018-12-20 19:54:47 +0100 |
commit | 95de6f4b92efea391a3cbb8651d774a4d3529861 (patch) | |
tree | 40059bdee0bf04c12e694b6bee4fb2d75f3bda8e /util/qemu-thread-common.h | |
parent | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque... (diff) | |
parent | build: Remake config-host.mak when VERSION changes (diff) | |
download | qemu-95de6f4b92efea391a3cbb8651d774a4d3529861.tar.gz qemu-95de6f4b92efea391a3cbb8651d774a4d3529861.tar.xz qemu-95de6f4b92efea391a3cbb8651d774a4d3529861.zip |
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into staging
Miscellaneous patches for 2018-12-20
# gpg: Signature made Thu 20 Dec 2018 09:36:27 GMT
# gpg: using RSA key 3870B400EB918653
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
# gpg: aka "Markus Armbruster <armbru@pond.sub.org>"
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867 4E5F 3870 B400 EB91 8653
* remotes/armbru/tags/pull-misc-2018-12-20:
build: Remake config-host.mak when VERSION changes
Clean up includes
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'util/qemu-thread-common.h')
-rw-r--r-- | util/qemu-thread-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/qemu-thread-common.h b/util/qemu-thread-common.h index a0ea7c0d92..2af6b12085 100644 --- a/util/qemu-thread-common.h +++ b/util/qemu-thread-common.h @@ -13,7 +13,6 @@ #ifndef QEMU_THREAD_COMMON_H #define QEMU_THREAD_COMMON_H -#include "qemu/typedefs.h" #include "qemu/thread.h" #include "trace.h" |