remove unused include file: inttypes.h

git-svn-id: svn://svn.berlios.de/openocd/trunk@2072 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2009-06-05 06:41:54 +00:00
parent a49faa206d
commit 3b3a5b642c
4 changed files with 0 additions and 10 deletions

View File

@@ -31,8 +31,6 @@
#include "image.h"
#include "time_support.h"
#include <inttypes.h>
/* 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);