Audit and eliminate redundant #include directives from src/jtag.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1707 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-05-11 04:04:58 +00:00
parent 8a5b25790f
commit 004c7124c4
18 changed files with 10 additions and 153 deletions

View File

@@ -27,22 +27,17 @@
#include "config.h"
#endif
/* system includes */
#include <errno.h>
#include <string.h>
#include <usb.h>
#include <stdint.h>
/* project specific includes */
#include "log.h"
#include "types.h"
#include "jtag.h"
#include "configuration.h"
#include "rlink.h"
#include "st7.h"
#include "ep1_cmd.h"
#include "dtc_cmd.h"
/* system includes */
#include <usb.h>
#include <stdint.h>
/* This feature is made useless by running the DTC all the time. When automatic, the LED is on whenever the DTC is running. Otherwise, USB messages are sent to turn it on and off. */
#undef AUTOMATIC_BUSY_LED