build: add helper/types.h to config.h

this header is used in numerous files and adding to config.h
simplifies its use globally.

Change-Id: Id724a9950b90504721233022c7fb5768e9bc5548
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/649
Tested-by: jenkins
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
This commit is contained in:
Spencer Oliver
2012-05-17 12:27:30 +01:00
parent a34b38d621
commit 7bfcc10839
24 changed files with 1 additions and 40 deletions

View File

@@ -22,7 +22,6 @@
#define RTOS_H
#include "server/server.h"
#include <helper/types.h>
#include <jim-nvp.h>
typedef int64_t threadid_t;