change #include "types.h" to <helper/types.h>
[fw/openocd] / src / flash / nor / aduc702x.c
index 643705cae287c0df6cf1cc0ec31626c1ab99ca0b..f7aa7468b0edbb6e28290d4846d1fcb645b158c0 100644 (file)
@@ -25,8 +25,8 @@
 
 #include "flash.h"
 #include "armv4_5.h"
-#include "binarybuffer.h"
-#include "time_support.h"
+#include <helper/binarybuffer.h>
+#include <helper/time_support.h>
 #include "algorithm.h"