Skip to content

Commit

Permalink
target/i386/hvf: Remove unused includes in 'hvf-i386.h'
Browse files Browse the repository at this point in the history
The only non standard type -- CPUArchState -- is forward
declared in "qemu/typedefs.h", so no particular header is
required here.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Roman Bolshakov <roman@roolebo.dev>
Tested-by: Roman Bolshakov <roman@roolebo.dev>
Message-ID: <20231004092510.39498-2-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
philmd authored and bonzini committed Oct 7, 2023
1 parent 2f3913f commit 6da9447
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions target/i386/hvf/hvf-i386.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
#ifndef HVF_I386_H
#define HVF_I386_H

#include "qemu/accel.h"
#include "sysemu/hvf.h"
#include "sysemu/hvf_int.h"
#include "cpu.h"
#include "x86.h"

void hvf_handle_io(CPUArchState *, uint16_t, void *, int, int, int);

/* Host specific functions */
Expand Down

0 comments on commit 6da9447

Please sign in to comment.