diff options
author | Paolo Bonzini | 2021-05-17 13:34:21 +0200 |
---|---|---|
committer | Paolo Bonzini | 2021-05-26 14:49:46 +0200 |
commit | fd5fc4b12df60d8145d7557a4139426a1b78e554 (patch) | |
tree | d0eca5fd284b539da7106fe873a3271fc705c18d /os-win32.c | |
parent | meson: Set implicit_include_directories to false (diff) | |
download | qemu-fd5fc4b12df60d8145d7557a4139426a1b78e554.tar.gz qemu-fd5fc4b12df60d8145d7557a4139426a1b78e554.tar.xz qemu-fd5fc4b12df60d8145d7557a4139426a1b78e554.zip |
remove qemu-options* from root directory
These headers are also included from softmmu/vl.c, so they should be
in include/. Remove qemu-options-wrapper.h, since elsewhere
we include "template" headers directly and #define the parameters in
the including file; move qemu-options.h to include/.
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'os-win32.c')
-rw-r--r-- | os-win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os-win32.c b/os-win32.c index fd1137bab1..e31c921983 100644 --- a/os-win32.c +++ b/os-win32.c @@ -27,7 +27,6 @@ #include <windows.h> #include <mmsystem.h> #include "qemu-common.h" -#include "qemu-options.h" #include "sysemu/runstate.h" static BOOL WINAPI qemu_ctrl_handler(DWORD type) |