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:
zwelch
2009-05-11 04:56:37 +00:00
parent 68b05c5575
commit 56504fdd73
34 changed files with 26 additions and 216 deletions
+1 -15
View File
@@ -21,26 +21,12 @@
#include "config.h"
#endif
#include <string.h>
#include "etm.h"
#include "etb.h"
#include "armv4_5.h"
#include "image.h"
#include "arm7_9_common.h"
#include "arm_disassembler.h"
#include "arm_simulator.h"
#include "log.h"
#include "arm_jtag.h"
#include "types.h"
#include "binarybuffer.h"
#include "target.h"
#include "register.h"
#include "jtag.h"
#include "fileio.h"
#include <stdlib.h>
/* ETM register access functionality
*