Audit and eliminate redundant #include directives in other target files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1715 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
|
||||
#include "target.h"
|
||||
#include "register.h"
|
||||
#include "mips_ejtag.h"
|
||||
#include "mips32_pracc.h"
|
||||
|
||||
|
||||
#define MIPS32_COMMON_MAGIC 0xB320B320
|
||||
|
||||
/* offsets into mips32 core register cache */
|
||||
@@ -69,7 +69,7 @@ typedef struct mips32_common_s
|
||||
typedef struct mips32_core_reg_s
|
||||
{
|
||||
u32 num;
|
||||
target_t *target;
|
||||
struct target_s *target;
|
||||
mips32_common_t *mips32_common;
|
||||
} mips32_core_reg_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user