remove tertiary include paths
[fw/openocd] / src / flash / nor / at91sam3.c
index 6be43f80ff2587a83ee2ea3fa742b681b2f19fcf..dd4f3471cc538f2ffbfa3638ebc4908336379ca3 100644 (file)
 #include <stdio.h>
 #include <string.h>
 #include <stddef.h>
-#include "types.h"
-#include "flash.h"
+#include <helper/types.h>
+#include <flash/flash.h>
 #include <helper/membuf.h>
 #include "at91sam3.h"
-#include "time_support.h"
+#include <helper/time_support.h>
 
 #define REG_NAME_WIDTH  (12)