Browse Source

build: remove unnecessary jim.h include

as well as not being required, as it is already included by jim-nvp.h.
It also makes the doxygen output a bit clearer to read.

Change-Id: Ia2bed7142b4a56b48b1ecf0734e63f860dcd1014
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/859
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
tags/v0.7.0-rc1
Spencer Oliver 11 years ago
committed by Freddie Chopin
parent
commit
8a271d9dd1
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/helper/command.h

+ 0
- 1
src/helper/command.h View File

@@ -24,7 +24,6 @@
#ifndef COMMAND_H
#define COMMAND_H

#include <jim.h>
#include <jim-nvp.h>

/* To achieve C99 printf compatibility in MinGW, gnu_printf should be


Loading…
Cancel
Save