change #include "image.h" to <target/image.h>
[fw/openocd] / src / flash / flash.c
index 1e5ac9a355c909de777f8e3aacc585cc19ee3be2..d16949da4cb5e28b9a5f5ff320e06703aeef7c15 100644 (file)
@@ -29,8 +29,8 @@
 
 #include "flash.h"
 #include "common.h"
-#include "image.h"
-#include "time_support.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);