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

src/flash/flash.c
src/flash/nand.c
src/helper/ioutil.c
src/target/trace.c

index ce920050c1cf156a4dd2bc1c6072d8c8cbd9f91b..3dffb1f28e0faff2a99a501e33d4bd24cad63345 100644 (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);
index 25880a30f52726f80d1c34aeed040eacdd718be7..69b676620d0810dce9bc44a8e58a4bdf282dd834 100644 (file)
@@ -28,9 +28,6 @@
 #include "time_support.h"
 #include "fileio.h"
 
-#include <inttypes.h>
-
-
 static int handle_nand_list_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
 static int handle_nand_probe_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
 static int handle_nand_check_bad_blocks_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc);
index c07bd9b278862107f0d43ecef72bddc6011366a2..6be3e6cd5ac795142675aa622be70234e6bc6486 100644 (file)
@@ -55,9 +55,6 @@
 #include <malloc.h>
 #endif
 #endif
-//#ifdef HAVE_STRINGS_H
-//#include <strings.h>
-//#endif
 
 
 int handle_rm_command(struct command_context_s *cmd_ctx, char *cmd,
index d0f40b2d98bfdb37f1cbe49a4c4a2ce810bec797..59489fe4e77ca8b7a5a92ac28eae6adfd20fab39 100644 (file)
@@ -25,8 +25,6 @@
 #include "trace.h"
 #include "target.h"
 
-#include <inttypes.h>
-
 int trace_point(target_t *target, u32 number)
 {
        trace_t *trace = target->trace_info;