Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1710 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -22,19 +22,11 @@
|
||||
#endif
|
||||
|
||||
#include "xilinx_bit.h"
|
||||
|
||||
#include "pld.h"
|
||||
#include "log.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user