diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-12 04:52:15 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-12 04:52:15 +0000 |
commit | 30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba (patch) | |
tree | 44c4c63a7b2dc5e1ff7eb1a409916fba982ebf11 /src/xsvf | |
parent | f5e028bc46f6b3eee4fb3f93b5ef068238b03f40 (diff) | |
download | riscv-openocd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.zip riscv-openocd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.tar.gz riscv-openocd-30a17f0bb402ae95bfde948dea10fc7ae7d6c4ba.tar.bz2 |
Include assert.h in system.h to promote tree-wide use of assertions.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1750 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/xsvf')
-rw-r--r-- | src/xsvf/xsvf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c index b62de34..2400ae3 100644 --- a/src/xsvf/xsvf.c +++ b/src/xsvf/xsvf.c @@ -44,8 +44,6 @@ #include "xsvf.h" #include "jtag.h" -#include <assert.h> - /* XSVF commands, from appendix B of xapp503.pdf */ #define XCOMPLETE 0x00 |