build: add helper/types.h to config.h

this header is used in numerous files and adding to config.h
simplifies its use globally.

Change-Id: Id724a9950b90504721233022c7fb5768e9bc5548
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/649
Tested-by: jenkins
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
This commit is contained in:
Spencer Oliver
2012-05-17 12:27:30 +01:00
parent a34b38d621
commit 7bfcc10839
24 changed files with 1 additions and 40 deletions

View File

@@ -21,8 +21,6 @@
#ifndef ARM_DISASSEMBLER_H
#define ARM_DISASSEMBLER_H
#include <helper/types.h>
enum arm_instruction_type {
ARM_UNKNOWN_INSTUCTION,

View File

@@ -21,8 +21,6 @@
#ifndef ARM_SIMULATOR_H
#define ARM_SIMULATOR_H
#include <helper/types.h>
struct target;
struct arm_sim_interface {

View File

@@ -21,8 +21,6 @@
#ifndef ARMV4_5_CACHE_H
#define ARMV4_5_CACHE_H
#include <helper/types.h>
struct command_context;
struct armv4_5_cachesize {

View File

@@ -20,8 +20,6 @@
#ifndef AVR32_AP7K
#define AVR32_AP7K
#include <helper/types.h>
struct target;
#define AP7k_COMMON_MAGIC 0x4150374b

View File

@@ -22,7 +22,6 @@
#endif
#include "target.h"
#include "helper/types.h"
#include "jtag/jtag.h"
#include "avr32_jtag.h"

View File

@@ -21,8 +21,6 @@
#ifndef BREAKPOINTS_H
#define BREAKPOINTS_H
#include <helper/types.h>
struct target;
enum breakpoint_type {

View File

@@ -26,8 +26,6 @@
#ifndef MIPS_M4K_H
#define MIPS_M4K_H
#include <helper/types.h>
struct target;
#define MIPSM4K_COMMON_MAGIC 0xB321B321

View File

@@ -25,7 +25,6 @@
#include "config.h"
#endif
#include <helper/types.h>
#include "register.h"
#include <helper/log.h>

View File

@@ -23,7 +23,6 @@
#endif
#include "server/server.h"
#include <helper/types.h>
#include "target/target.h"

View File

@@ -33,8 +33,6 @@
#ifndef TARGET_H
#define TARGET_H
#include <helper/types.h>
struct reg;
struct trace;
struct command_context;

View File

@@ -27,7 +27,6 @@
#ifndef TARGET_TYPE_H
#define TARGET_TYPE_H
#include <helper/types.h>
#include <jim-nvp.h>
struct target;

View File

@@ -21,8 +21,6 @@
#ifndef TRACE_H
#define TRACE_H
#include <helper/types.h>
struct target;
struct command_context;