include/system: Move exec/address-spaces.h to system/address-spaces.h

Convert the existing includes with sed.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2025-03-12 12:31:54 -07:00
parent 8be545ba5a
commit dfc56946a7
122 changed files with 123 additions and 127 deletions

View file

@ -12,7 +12,7 @@
#ifndef LASI_H
#define LASI_H
#include "exec/address-spaces.h"
#include "system/address-spaces.h"
#include "hw/pci/pci_host.h"
#include "hw/boards.h"