Re-org shared lib header files, remove unused info (#136)

And fix compile issues of vxworks
This commit is contained in:
wenyongh
2019-11-04 18:56:27 -06:00
committed by GitHub
parent 28993946ad
commit 49127efa99
24 changed files with 102 additions and 129 deletions

1
core/shared-lib/include/bh_common.h Executable file → Normal file
View File

@ -18,7 +18,6 @@
#define _BH_COMMON_H
#include "bh_assert.h"
#include "bh_definition.h"
#include "bh_platform.h"
#include "bh_log.h"
#include "bh_list.h"

View File

@ -21,7 +21,7 @@
extern "C" {
#endif
#include "korp_types.h" /*For bool type*/
#include "bh_types.h" /*For bool type*/
#include "bh_platform.h"
/* List user should embedded bh_list_link into list elem data structure

View File

@ -34,7 +34,7 @@
#include <stdarg.h>
#include "korp_types.h"
#include "bh_types.h"
#ifdef __cplusplus
extern "C" {

View File

@ -21,7 +21,7 @@
extern "C" {
#endif
#include "korp_types.h" /*For bool type*/
#include "bh_types.h" /*For bool type*/
#include "bh_platform.h"
struct _bh_queue_node;

2
core/shared-lib/include/jeff_export.h Executable file → Normal file
View File

@ -26,7 +26,7 @@
#define JEFF_EXPORT_H
#include "bni.h"
#include "korp_types.h"
#include "bh_types.h"
/********************************************************************
* Exported internal types