aboutsummaryrefslogtreecommitdiff
path: root/src/adiv5.c
diff options
context:
space:
mode:
authorGareth McMullin2012-06-18 20:27:06 +1200
committerGareth McMullin2012-06-18 20:27:06 +1200
commitbc7e7d21128f8aaac4d2b6191bfd904fe76f7deb (patch)
treedf1f9e706b163ad3ae9df019fd6514523890d046 /src/adiv5.c
parentbc5a6f022bf926353d09c3c1b69ddf05ee353edf (diff)
Removed target header files containing a single prototype.
Target probe prototypes are all in target.h now.
Diffstat (limited to 'src/adiv5.c')
-rw-r--r--src/adiv5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/adiv5.c b/src/adiv5.c
index 65068e3..ee9ef56 100644
--- a/src/adiv5.c
+++ b/src/adiv5.c
@@ -36,8 +36,6 @@
#include "target.h"
-#include "cortexm.h"
-
#ifndef DO_RESET_SEQ
#define DO_RESET_SEQ 0
#endif