From 3b3a5b642c6b87da68441d7238d5a2408262bccc Mon Sep 17 00:00:00 2001 From: oharboe Date: Fri, 5 Jun 2009 06:41:54 +0000 Subject: remove unused include file: inttypes.h git-svn-id: svn://svn.berlios.de/openocd/trunk@2072 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/flash/flash.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/flash/flash.c') diff --git a/src/flash/flash.c b/src/flash/flash.c index ce920050..3dffb1f2 100644 --- a/src/flash/flash.c +++ b/src/flash/flash.c @@ -31,8 +31,6 @@ #include "image.h" #include "time_support.h" -#include - /* command handlers */ static int handle_flash_bank_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc); static int handle_flash_info_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc); -- cgit v1.2.3