diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-05-17 12:15:58 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-06-05 21:23:14 +0200 |
commit | 8daec64be9a5346da17ddba47aadb33617755478 (patch) | |
tree | 8f89b3973b60a24a093db0514a145024d157657d /target | |
parent | 69b66e49779bb87edb6c6bb5bac2b3527f7dbb71 (diff) | |
download | qemu-8daec64be9a5346da17ddba47aadb33617755478.zip |
target/hppa: Remove unused 'memory.h' header
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210517101558.1040191-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'target')
-rw-r--r-- | target/hppa/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/hppa/cpu.h b/target/hppa/cpu.h index 61178fa6a2..748270bfa3 100644 --- a/target/hppa/cpu.h +++ b/target/hppa/cpu.h @@ -22,7 +22,6 @@ #include "cpu-qom.h" #include "exec/cpu-defs.h" -#include "exec/memory.h" /* PA-RISC 1.x processors have a strong memory model. */ /* ??? While we do not yet implement PA-RISC 2.0, those processors have |