Audit and eliminate redundant #include directives in other target files.
[fw/openocd] / src / target / etm_dummy.h
index 006db012290d615dd61d5823a6e235acbc83837a..0e712e34e3ef4a9bea5c0e72956184897a5fd9a7 100644 (file)
 #ifndef ETM_DUMMY_H
 #define ETM_DUMMY_H
 
-#include "command.h"
-#include "target.h"
-#include "register.h"
-#include "arm_jtag.h"
-
 #include "etm.h"
 
 extern etm_capture_driver_t etm_dummy_capture_driver;
-extern int etm_dummy_register_commands(struct command_context_s *cmd_ctx);
 
 #endif /* ETB_H */