diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-03 01:26:01 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-06-03 01:26:01 +0000 |
commit | 67caf323f74937e11c0f5f95c2ee57d2786ac02b (patch) | |
tree | 586921687ee8853ee67e3a2a44dae4e22e4a4d0f /src/xsvf | |
parent | c275cfd3dac90bb44ae6be6de5f53c93c645bde9 (diff) | |
download | openocd_libswd-67caf323f74937e11c0f5f95c2ee57d2786ac02b.tar.gz openocd_libswd-67caf323f74937e11c0f5f95c2ee57d2786ac02b.tar.bz2 openocd_libswd-67caf323f74937e11c0f5f95c2ee57d2786ac02b.tar.xz openocd_libswd-67caf323f74937e11c0f5f95c2ee57d2786ac02b.zip |
Remove interface.h from public JTAG header, include it where required.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2016 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/xsvf')
-rw-r--r-- | src/xsvf/xsvf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index 6d355911..0ec9f4dc 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -41,7 +41,6 @@ #include "config.h" #endif -#define INCLUDE_JTAG_INTERFACE_H #include "xsvf.h" #include "jtag.h" |