diff options
Diffstat (limited to 'target/hexagon')
-rw-r--r-- | target/hexagon/cpu.c | 1 | ||||
-rw-r--r-- | target/hexagon/decode.c | 1 | ||||
-rw-r--r-- | target/hexagon/genptr.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/target/hexagon/cpu.c b/target/hexagon/cpu.c index b0b3040dd1..543fceb41c 100644 --- a/target/hexagon/cpu.c +++ b/target/hexagon/cpu.c @@ -16,7 +16,6 @@ */ #include "qemu/osdep.h" -#include "qemu/log.h" #include "qemu/qemu-print.h" #include "cpu.h" #include "internal.h" diff --git a/target/hexagon/decode.c b/target/hexagon/decode.c index c9bacaa1ee..9bcc8c9f32 100644 --- a/target/hexagon/decode.c +++ b/target/hexagon/decode.c @@ -16,7 +16,6 @@ */ #include "qemu/osdep.h" -#include "qemu/log.h" #include "iclass.h" #include "attribs.h" #include "genptr.h" diff --git a/target/hexagon/genptr.c b/target/hexagon/genptr.c index 7481f4c1dd..cea1f221e2 100644 --- a/target/hexagon/genptr.c +++ b/target/hexagon/genptr.c @@ -17,7 +17,6 @@ #define QEMU_GENERATE #include "qemu/osdep.h" -#include "qemu/log.h" #include "cpu.h" #include "internal.h" #include "tcg/tcg-op.h" |