remove target.h from flash.h
[fw/openocd] / src / flash / nor / stellaris.c
index f0028ea64b2ba3864118f20978438e0063554bf9..39885429872b1363c88c46a968e712f6d94b7d91 100644 (file)
 #include "config.h"
 #endif
 
+#include "imp.h"
 #include "stellaris.h"
-#include <target/armv7m.h>
 #include <helper/binarybuffer.h>
 #include <target/algorithm.h>
+#include <target/armv7m.h>
 
 
 #define DID0_VER(did0) ((did0 >> 28)&0x07)