Audit and eliminate redundant #include directives in other target files.
[fw/openocd] / src / target / register.c
index 37915eb494c48879c5c79ed2cff58bd0cdb1d64d..f68fb69eb260487263dd13ff3152c0edcff0f7fa 100644 (file)
 #endif
 
 #include "register.h"
-
 #include "log.h"
-#include "command.h"
 
-#include <string.h>
-#include <stdlib.h>
 
 reg_arch_type_t *reg_arch_types = NULL;