diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-03-15 15:51:16 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-05-13 08:58:55 +0200 |
commit | 1b6d3b517dea540ee3bf1b7434d5ee455ab226e0 (patch) | |
tree | 0b6ea701b46c7d8a189a60c09ea6020b032226eb /target | |
parent | bbfff19688d2e1d10ea1becdfe82f7b8c068ede9 (diff) |
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.h | 2 | ||||
-rw-r--r-- | target/i386/whpx-all.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/target/i386/whp-dispatch.h b/target/i386/whp-dispatch.h index 4ae3cc8fa5..a23fb33a29 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 57e53e1f1f..31d47320e4 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" |