]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/at91sam3.c
change #include "jtag.h" to <jtag/jtag.h>
[openocd] / src / flash / nor / at91sam3.c
index 6be43f80ff2587a83ee2ea3fa742b681b2f19fcf..5f7e8d72fef687db93c29a0d69814b48cd961ec4 100644 (file)
 #include <stdio.h>
 #include <string.h>
 #include <stddef.h>
-#include "types.h"
+#include <helper/types.h>
 #include "flash.h"
 #include <helper/membuf.h>
 #include "at91sam3.h"
-#include "time_support.h"
+#include <helper/time_support.h>
 
 #define REG_NAME_WIDTH  (12)