From bf972374011359a1d160b0359e59c4350e78aefe Mon Sep 17 00:00:00 2001 From: David Brownell Date: Mon, 16 Nov 2009 15:27:40 -0800 Subject: 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/armv4_5.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/target/armv4_5.h') diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 1e3ee42..5fef094 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 { -- cgit v1.1