X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fstellaris.c;h=39885429872b1363c88c46a968e712f6d94b7d91;hb=747d6f22868dd87cb54341cc22d9eb3687039735;hp=771f0a7123c65b53a76242d2f60bd613ad489ef6;hpb=fe9228a32db930be297d4d3b35ffb94d6de1b9ab;p=openocd.git diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c index 771f0a7123..3988542987 100644 --- a/src/flash/nor/stellaris.c +++ b/src/flash/nor/stellaris.c @@ -28,10 +28,11 @@ #include "config.h" #endif +#include "imp.h" #include "stellaris.h" -#include "armv7m.h" -#include "binarybuffer.h" -#include "algorithm.h" +#include +#include +#include #define DID0_VER(did0) ((did0 >> 28)&0x07)