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:
@@ -20,17 +20,12 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
|
||||
#include "log.h"
|
||||
#include "jtag.h"
|
||||
#include "embeddedice.h"
|
||||
#include "bitbang.h"
|
||||
#include "../target/embeddedice.h"
|
||||
|
||||
|
||||
#include <cyg/hal/hal_io.h> // low level i/o
|
||||
#include <cyg/hal/hal_diag.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#define ZYLIN_VERSION "1.51"
|
||||
#define ZYLIN_DATE __DATE__
|
||||
|
||||
Reference in New Issue
Block a user