From fbcb57baf842a84898dcc1cbe9a8b56d2a0028e1 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 04:30:41 +0000 Subject: 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 --- src/flash/pic32mx.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/flash/pic32mx.c') 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 -#include static struct pic32mx_devs_s { -- cgit v1.1