remove unused include file: inttypes.h
git-svn-id: svn://svn.berlios.de/openocd/trunk@2072 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
a49faa206d
commit
3b3a5b642c
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue