diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-11 04:30:41 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-11 04:30:41 +0000 |
commit | fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1 (patch) | |
tree | 9468a8c2fd8ed83ff2d6643e4f6f3e80a92240c5 /src/flash/pic32mx.c | |
parent | 0643263d68bcddc56eaa7e3678b7502798410711 (diff) | |
download | riscv-openocd-fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1.zip riscv-openocd-fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1.tar.gz riscv-openocd-fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1.tar.bz2 |
Audit and eliminate redundant #include directives in src/flash sources.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1712 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/flash/pic32mx.c')
-rw-r--r-- | src/flash/pic32mx.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/flash/pic32mx.c b/src/flash/pic32mx.c index 94ec745..2a5ce64 100644 --- a/src/flash/pic32mx.c +++ b/src/flash/pic32mx.c @@ -27,18 +27,9 @@ #include "config.h" #endif -#include "replacements.h" - #include "pic32mx.h" -#include "flash.h" -#include "target.h" -#include "log.h" #include "mips32.h" -#include "algorithm.h" -#include "binarybuffer.h" -#include <stdlib.h> -#include <string.h> static struct pic32mx_devs_s { |