no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE
[fw/openocd] / src / helper / fileio.c
index c8d30da48197fa4be625c65be44861fee4a046c4..3a11152598038b6c4cf8f5225fb4c95887161825 100644 (file)
 #include "config.h"
 #endif
 
-#include "types.h"
-#include "replacements.h"
 #include "log.h"
 #include "configuration.h"
-
 #include "fileio.h"
 
-#include <stdio.h>
-#include <string.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <errno.h>
-#include <ctype.h>
-
 static inline int fileio_open_local(fileio_t *fileio)
 {
        char access[4];