Audit and eliminate redundant #include directives in other target files.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1715 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -27,16 +27,11 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "replacements.h"
|
||||
#include "log.h"
|
||||
#include "target.h"
|
||||
#include "target_request.h"
|
||||
#include "binarybuffer.h"
|
||||
#include "command.h"
|
||||
#include "trace.h"
|
||||
#include "log.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
static command_t *target_request_cmd = NULL;
|
||||
static int charmsg_mode = 0;
|
||||
|
||||
Reference in New Issue
Block a user