summaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:38:18 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:38:18 +0000
commit03f329604635db3299e139510e75fea7deb0f4bd (patch)
tree3f684aa151146c13b1b4d5a90b1a0467f9bc483e /src/target/target.h
parentfbcb57baf842a84898dcc1cbe9a8b56d2a0028e1 (diff)
downloadopenocd+libswd-03f329604635db3299e139510e75fea7deb0f4bd.tar.gz
openocd+libswd-03f329604635db3299e139510e75fea7deb0f4bd.tar.bz2
openocd+libswd-03f329604635db3299e139510e75fea7deb0f4bd.tar.xz
openocd+libswd-03f329604635db3299e139510e75fea7deb0f4bd.zip
Audit and eliminate redundant #include directives in core target files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1713 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/target/target.h b/src/target/target.h
index 500a5519..a664dc34 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -26,19 +26,16 @@
#ifndef TARGET_H
#define TARGET_H
-#include "register.h"
#include "breakpoints.h"
#include "algorithm.h"
-#include "trace.h"
-
#include "command.h"
-#include "types.h"
-#include <sys/time.h>
-#include <time.h>
+#include "replacements.h"
struct reg_s;
+struct trace_s;
struct command_context_s;
+
/*
* TARGET_UNKNOWN = 0: we don't know anything about the target yet
* TARGET_RUNNING = 1: the target is executing user code