change #include "armv7m.h" to <target/armv7m.h>
[fw/openocd] / src / flash / nor / stm32x.c
index 581b6505fb3ccc4b9258e4b596e21f7fa52b0471..37925470f6ffda5afa72763070f55124e1c3cbe5 100644 (file)
@@ -25,7 +25,7 @@
 #endif
 
 #include "stm32x.h"
-#include "armv7m.h"
+#include <target/armv7m.h>
 #include <helper/binarybuffer.h>
 #include <target/algorithm.h>