change #include "log.h" to <helper/log.h>
[fw/openocd] / src / flash / common.c
index 072e6912fd45079dff8ca4d76270fd9993233991..17bc81c2a76c0756ed7cced3e9ae2758a18a4847 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 #include "common.h"
-#include "log.h"
+#include <helper/log.h>
 
 unsigned get_flash_name_index(const char *name)
 {