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:
zwelch
2009-05-11 04:25:09 +00:00
parent 164cb6d04e
commit 0b6c73ae83
6 changed files with 2 additions and 53 deletions
-13
View File
@@ -21,23 +21,10 @@
#include "config.h"
#endif
#include "replacements.h"
#include "pld.h"
#include "jtag.h"
#include "command.h"
#include "log.h"
#include "time_support.h"
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>
/* pld drivers
*/
+1 -6
View File
@@ -22,14 +22,9 @@
#endif
#include "virtex2.h"
#include "pld.h"
#include "xilinx_bit.h"
#include "command.h"
#include "log.h"
#include "jtag.h"
#include "pld.h"
#include <stdlib.h>
int virtex2_register_commands(struct command_context_s *cmd_ctx);
int virtex2_pld_device_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc, struct pld_device_s *pld_device);
+1 -3
View File
@@ -20,9 +20,7 @@
#ifndef VIRTEX2_H
#define VIRTEX2_H
#include "types.h"
#include "pld.h"
#include "xilinx_bit.h"
#include "jtag.h"
typedef struct virtex2_pld_device_s
{
-8
View File
@@ -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)
{