Audit and eliminate redundant helper #include directives.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1706 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch
2009-05-11 03:59:02 +00:00
parent 5a818f71d7
commit 8a5b25790f
11 changed files with 11 additions and 69 deletions

View File

@@ -24,7 +24,6 @@
#define CONFIGURATION_H
#include "command.h"
#include "types.h"
extern int parse_cmdline_args(struct command_context_s *cmd_ctx, int argc, char *argv[]);
extern int parse_config_file(struct command_context_s *cmd_ctx);