change #include "image.h" to <target/image.h>
[fw/openocd] / src / flash / flash.c
index e910e42f9bc5e45026589e674f77fb691a4bcdd5..d16949da4cb5e28b9a5f5ff320e06703aeef7c15 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "flash.h"
 #include "common.h"
-#include "image.h"
+#include <target/image.h>
 #include <helper/time_support.h>
 
 static int flash_write_unlock(struct target *target, struct image *image, uint32_t *written, int erase, bool unlock);