]> git.sur5r.net Git - openocd/commitdiff
remove unused include file: inttypes.h
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 5 Jun 2009 06:37:21 +0000 (06:37 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 5 Jun 2009 06:37:21 +0000 (06:37 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@2071 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/target/target.c

index 799faf8ad39cb1fa1b3f93a3dfe1b47c1e569a05..b39ce81b096887b017ae0c2344355b02d942cffa 100644 (file)
@@ -42,8 +42,6 @@
 #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);