From bf972374011359a1d160b0359e59c4350e78aefe Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 15:27:40 -0800 Subject: [PATCH 1/1] target: don't include "log.h" from "armv4_5.h" No point in multiple includes, and that file doesn't use its functions any more. Signed-off-by: David Brownell --- src/target/arm_simulator.c | 1 + src/target/armv4_5.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/arm_simulator.c b/src/target/arm_simulator.c index a353c132a3..31163b4728 100644 --- a/src/target/arm_simulator.c +++ b/src/target/arm_simulator.c @@ -29,6 +29,7 @@ #include "arm_simulator.h" #include "binarybuffer.h" #include "register.h" +#include "log.h" static uint32_t arm_shift(uint8_t shift, uint32_t Rm, diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 1e3ee42d05..5fef0942cc 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -27,7 +27,6 @@ #define ARMV4_5_H #include "target.h" -#include "log.h" typedef enum armv4_5_mode { -- 2.30.2