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