change #include "target.h" to <target/target.h>
[fw/openocd] / src / flash / flash.h
index fea7372c41f6ae00612c65dd83ab24883b3314fc..5e31c48bcecb5775a35b5e193360db463f8b0fb2 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef FLASH_H
 #define FLASH_H
 
-#include "target.h"
+#include <target/target.h>
 #include <helper/log.h>
 
 struct image;