summaryrefslogtreecommitdiff
path: root/src/jtag/ep93xx.c
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:04:58 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 04:04:58 +0000
commit004c7124c44819960da97de85f422f630f04d7ba (patch)
tree675ba289ab14f98bde23c954048f834ab611b119 /src/jtag/ep93xx.c
parent8a5b25790f064c408d747c9f087c4d45207fc3e4 (diff)
downloadopenocd+libswd-004c7124c44819960da97de85f422f630f04d7ba.tar.gz
openocd+libswd-004c7124c44819960da97de85f422f630f04d7ba.tar.bz2
openocd+libswd-004c7124c44819960da97de85f422f630f04d7ba.tar.xz
openocd+libswd-004c7124c44819960da97de85f422f630f04d7ba.zip
Audit and eliminate redundant #include directives from src/jtag.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1707 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/ep93xx.c')
-rw-r--r--src/jtag/ep93xx.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/jtag/ep93xx.c b/src/jtag/ep93xx.c
index d79a0d67..1f422314 100644
--- a/src/jtag/ep93xx.c
+++ b/src/jtag/ep93xx.c
@@ -21,7 +21,6 @@
#include "config.h"
#endif
-#include "log.h"
#include "jtag.h"
#include "bitbang.h"
@@ -33,14 +32,7 @@
#define SRST_BIT 32
#define VCC_BIT 64
-/* system includes */
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <time.h>
#include <sys/mman.h>
-#include <unistd.h>
-#include <fcntl.h>
static u8 output_value = 0x0;
static int dev_mem_fd;