aboutsummaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-03-15 15:51:16 +0100
committerMarkus Armbruster <armbru@redhat.com>2019-05-13 08:58:55 +0200
commit1b6d3b517dea540ee3bf1b7434d5ee455ab226e0 (patch)
tree0b6ea701b46c7d8a189a60c09ea6020b032226eb /target
parentbbfff19688d2e1d10ea1becdfe82f7b8c068ede9 (diff)
downloadqemu-1b6d3b517dea540ee3bf1b7434d5ee455ab226e0.zip
qemu-1b6d3b517dea540ee3bf1b7434d5ee455ab226e0.tar.gz
qemu-1b6d3b517dea540ee3bf1b7434d5ee455ab226e0.tar.bz2
Use #include "..." for our own headers, <...> for others
Also delete a few redundant #include. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190315145123.28030-2-armbru@redhat.com>
Diffstat (limited to 'target')
-rw-r--r--target/i386/whp-dispatch.h2
-rw-r--r--target/i386/whpx-all.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/target/i386/whp-dispatch.h b/target/i386/whp-dispatch.h
index 4ae3cc8..a23fb33 100644
--- a/target/i386/whp-dispatch.h
+++ b/target/i386/whp-dispatch.h
@@ -1,4 +1,4 @@
-#include "windows.h"
+#include <windows.h>
#include <WinHvPlatform.h>
#include <WinHvEmulation.h>
diff --git a/target/i386/whpx-all.c b/target/i386/whpx-all.c
index 57e53e1..31d4732 100644
--- a/target/i386/whpx-all.c
+++ b/target/i386/whpx-all.c
@@ -13,7 +13,6 @@
#include "exec/address-spaces.h"
#include "exec/ioport.h"
#include "qemu-common.h"
-#include "strings.h"
#include "sysemu/accel.h"
#include "sysemu/whpx.h"
#include "sysemu/sysemu.h"