summaryrefslogtreecommitdiff
path: root/src/jtag/ep93xx.c
diff options
context:
space:
mode:
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;