Audit and eliminate redundant #include directives in other target files.
[fw/openocd] / src / target / feroceon.c
index ccf32d8c680c1cc641b8eb3d54c811573a6c91b9..2bd2824ec8e3623ece715119f30fedccf41e9327 100644 (file)
 #endif
 
 #include "arm926ejs.h"
-#include "jtag.h"
-#include "log.h"
 
-#include <stdlib.h>
-#include <string.h>
 
 int feroceon_examine(struct target_s *target);
 int feroceon_target_create(struct target_s *target, Jim_Interp *interp);