change #include "armv7m.h" to <target/armv7m.h>
[fw/openocd] / src / flash / nor / stellaris.c
index 90b0ac65b2f502b9380ff9f608658d48eea8e9c7..f0028ea64b2ba3864118f20978438e0063554bf9 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 #include "stellaris.h"
-#include "armv7m.h"
+#include <target/armv7m.h>
 #include <helper/binarybuffer.h>
 #include <target/algorithm.h>