X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2Frtos.h;h=c5103801ec61c1f151bd137ab3ef977cf8192da4;hp=a93daeef974fa85f014a281199f77f6d00fd1855;hb=a84d237acfa06ed2e40d5db807ff1a1a7d28cd8d;hpb=7b032df3aa63905c16c63f1ba4414a04687f3777 diff --git a/src/rtos/rtos.h b/src/rtos/rtos.h index a93daeef97..c5103801ec 100644 --- a/src/rtos/rtos.h +++ b/src/rtos/rtos.h @@ -22,7 +22,6 @@ #define RTOS_H #include "server/server.h" -#include #include typedef int64_t threadid_t; @@ -102,6 +101,5 @@ int rtos_update_threads(struct target *target); int rtos_smp_init(struct target *target); /* function for handling symbol access */ int rtos_qsymbol(struct connection *connection, char *packet, int packet_size); -int str_to_hex(char *hex_dst, char *src); #endif /* RTOS_H */