No point in multiple includes, and that file doesn't
use its functions any more.
---
 src/target/arm_simulator.c |    1 +
 src/target/armv4_5.h       |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

--- 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,
--- 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
 {
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to