|
From: oharboe at B. <oh...@ma...> - 2009-06-05 08:37:24
|
Author: oharboe Date: 2009-06-05 08:37:21 +0200 (Fri, 05 Jun 2009) New Revision: 2071 Modified: trunk/src/target/target.c Log: remove unused include file: inttypes.h Modified: trunk/src/target/target.c =================================================================== --- trunk/src/target/target.c 2009-06-05 06:26:02 UTC (rev 2070) +++ trunk/src/target/target.c 2009-06-05 06:37:21 UTC (rev 2071) @@ -42,9 +42,7 @@ #include "image.h" #include "jtag.h" -#include <inttypes.h> - static int handle_targets_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc); static int handle_reg_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc); |