From 8a5b25790f064c408d747c9f087c4d45207fc3e4 Mon Sep 17 00:00:00 2001 From: zwelch Date: Mon, 11 May 2009 03:59:02 +0000 Subject: Audit and eliminate redundant helper #include directives. git-svn-id: svn://svn.berlios.de/openocd/trunk@1706 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/configuration.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/helper/configuration.h') diff --git a/src/helper/configuration.h b/src/helper/configuration.h index 109bd100..e75c7030 100644 --- a/src/helper/configuration.h +++ b/src/helper/configuration.h @@ -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); -- cgit v1.2.3