change #include "types.h" to <helper/types.h>
[fw/openocd] / src / target / target.h
index af4727ce4046a056dc4d43cd6c5a12326401ffd8..73190695427780d5fe38221e4ef23ad94cceb55d 100644 (file)
@@ -26,8 +26,8 @@
 #ifndef TARGET_H
 #define TARGET_H
 
-#include "types.h"
-#include "jim.h"
+#include <helper/types.h>
+#include <helper/jim.h>
 
 struct reg;
 struct trace;
@@ -251,7 +251,6 @@ int target_register_commands(struct command_context *cmd_ctx);
 int target_register_user_commands(struct command_context *cmd_ctx);
 int target_init(struct command_context *cmd_ctx);
 int target_examine(void);
-int handle_target(void *priv);
 int target_process_reset(struct command_context *cmd_ctx,
                enum target_reset_mode reset_mode);