change #include "log.h" to <helper/log.h>
[fw/openocd] / src / target / breakpoints.c
index 2542c41a6fec9b9670256abcccb9c54e6a90b7eb..637f681d7f4f284d68337ada46c93c03b2f906b5 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 #include "target.h"
-#include "log.h"
+#include <helper/log.h>
 #include "breakpoints.h"