]> git.sur5r.net Git - openocd/blobdiff - src/server/tcl_server.c
Audit and eliminate redundant #include directives from src/server.
[openocd] / src / server / tcl_server.c
index 070f933611e3611f5d9d5b443594e620bd4ce451..b5ca3c965a958a7081a96564aa9b8f4e125b215c 100644 (file)
 #include "config.h"
 #endif
 
-#include <stdarg.h>
 #include "tcl_server.h"
 
-#include "log.h"
-#include "command.h"
-
-#include <stdlib.h>
-#include <unistd.h>
-#include <errno.h>
-#include <string.h>
-#include <ctype.h>
 
 #define TCL_SERVER_VERSION     "TCL Server 0.1"
 #define TCL_MAX_LINE           (4096)