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:
@@ -23,12 +23,9 @@
|
||||
#ifndef JTAG_H
|
||||
#define JTAG_H
|
||||
|
||||
#include "types.h"
|
||||
#include "binarybuffer.h"
|
||||
#include "log.h"
|
||||
|
||||
#include "command.h"
|
||||
|
||||
|
||||
#ifdef _DEBUG_JTAG_IO_
|
||||
#define DEBUG_JTAG_IO(expr ...) LOG_DEBUG(expr)
|
||||
|
||||
Reference in New Issue
Block a user