]> git.sur5r.net Git - openocd/blobdiff - src/flash/nor/at91sam3.c
stellaris: remove needless code
[openocd] / src / flash / nor / at91sam3.c
index 6be43f80ff2587a83ee2ea3fa742b681b2f19fcf..1194e25f1a7e840c24ffaa4055144fa4f3b87dc1 100644 (file)
 #endif
 
 
-#include <stdio.h>
-#include <string.h>
-#include <stddef.h>
-#include "types.h"
-#include "flash.h"
-#include <helper/membuf.h>
+#include "imp.h"
 #include "at91sam3.h"
-#include "time_support.h"
+#include <helper/membuf.h>
+#include <helper/time_support.h>
 
 #define REG_NAME_WIDTH  (12)