From 68b05c55759970657c32607b3ce27c42e65cdad0 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:46:21 +0000 Subject: Audit and eliminate redundant #include directives in arm target files. git-svn-id: svn://svn.berlios.de/openocd/trunk@1714 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/arm_simulator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/target/arm_simulator.h') diff --git a/src/target/arm_simulator.h b/src/target/arm_simulator.h index 78948730..730e6ccb 100644 --- a/src/target/arm_simulator.h +++ b/src/target/arm_simulator.h @@ -20,11 +20,11 @@ #ifndef ARM_SIMULATOR_H #define ARM_SIMULATOR_H -#include "target.h" #include "types.h" -extern int arm_simulate_step(target_t *target, u32 *dry_run_pc); +struct target_s; +extern int arm_simulate_step(struct target_s *target, u32 *dry_run_pc); #define ERROR_ARM_SIMULATOR_NOT_IMPLEMENTED (-700) -- cgit v1.2.3