David Brownell <david-b@pacbell.net>: This patch adds annotations to
[fw/openocd] / src / pld / xilinx_bit.c
index 8dd2ee460ccd738e3cf755a4b4cfe25d4752694e..ef3c1e65df9062768ba3d186f0da7fbcf32bb6bc 100644 (file)
 #endif
 
 #include "xilinx_bit.h"
-
 #include "pld.h"
 #include "log.h"
 
-#include <stdlib.h>
-#include <unistd.h>
-#include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
-#include <string.h>
-#include <errno.h>
 
-#include <sys/time.h>
-#include <time.h>
 
 int read_section(FILE *input_file, int length_size, char section, u32 *buffer_length, u8 **buffer) 
 {