change #include "log.h" to <helper/log.h>
[fw/openocd] / src / target / armv4_5_cache.c
index 58fc0c1d52c09a6e36631947e8619b251135ae4c..dcbcef3a131947d2ca0941b61244f0d96aac1c45 100644 (file)
@@ -22,7 +22,7 @@
 #endif
 
 #include "armv4_5_cache.h"
-#include "log.h"
+#include <helper/log.h>
 
 int armv4_5_identify_cache(uint32_t cache_type_reg, struct armv4_5_cache_common *cache)
 {