jtag: fix opendous typo
[fw/openocd] / src / helper / command.h
index 01316a1a56d1c23292ac2bb3ec8411f515e3916d..6c0e0f6de998413d8754f98b186d816bb6ebf017 100644 (file)
 #ifndef COMMAND_H
 #define COMMAND_H
 
-#include <helper/types.h>
-
-/* Integrate the JIM TCL interpretor into the command processing. */
-#if BUILD_ECOSBOARD
-#include <stdio.h>
-#include <stdarg.h>
-#endif
-
 #include <jim.h>
 #include <jim-nvp.h>