From 74df79d4d86b503118ec904f72549ac3e9a8e469 Mon Sep 17 00:00:00 2001 From: zwelch Date: Sun, 31 May 2009 12:38:28 +0000 Subject: Final step in isolating target_type_s structure: - Move definition of 'struct target_type_s' into new 'target_type.h' file. - Forward delclaration remains in target.h, with comment pointing to new file. - Replaces #define with #include in source files. git-svn-id: svn://svn.berlios.de/openocd/trunk@1971 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/target.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/target/target.c') diff --git a/src/target/target.c b/src/target/target.c index d06c317e..ece03a3a 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -33,9 +33,8 @@ #include "config.h" #endif -#define DEFINE_TARGET_TYPE_S - #include "target.h" +#include "target_type.h" #include "target_request.h" #include "time_support.h" #include "register.h" -- cgit v1.2.3