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

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;