diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-25 18:08:39 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-27 09:37:30 +0100 |
commit | 0316482e876988f7526ebe62d579ad069f485957 (patch) | |
tree | 36035acbc663bf746dee1d4a321cd57c53556f13 /hw/ide/ioport.c | |
parent | c6ff8bde8d359ab53ba906d803ad49bd5b192fea (diff) |
hw/ide: Include 'ide-internal.h' from current path
Rename "internal.h" as "ide-internal.h", and include
it via its relative local path, instead of absolute
to the project root path.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20240226080632.9596-4-philmd@linaro.org>
Diffstat (limited to 'hw/ide/ioport.c')
-rw-r--r-- | hw/ide/ioport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/ioport.c b/hw/ide/ioport.c index 0b283ac783..a2f457f0bd 100644 --- a/hw/ide/ioport.c +++ b/hw/ide/ioport.c @@ -25,7 +25,7 @@ #include "qemu/osdep.h" #include "hw/isa/isa.h" -#include "hw/ide/internal.h" +#include "ide-internal.h" #include "trace.h" int ide_init_ioport(IDEBus *bus, ISADevice *dev, int iobase, int iobase2) |