Re-org shared lib header files, remove unused info (#136)
And fix compile issues of vxworks
This commit is contained in:
1
core/shared-lib/include/bh_common.h
Executable file → Normal file
1
core/shared-lib/include/bh_common.h
Executable file → Normal 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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "korp_types.h"
|
||||
#include "bh_types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@ -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
2
core/shared-lib/include/jeff_export.h
Executable file → Normal file
@ -26,7 +26,7 @@
|
||||
#define JEFF_EXPORT_H
|
||||
|
||||
#include "bni.h"
|
||||
#include "korp_types.h"
|
||||
#include "bh_types.h"
|
||||
|
||||
/********************************************************************
|
||||
* Exported internal types
|
||||
|
||||
Reference in New Issue
Block a user