browserutilities/cxmllibrary/src/utils/include/cxml_internal.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    27 #ifndef CXML_INTERNAL_H
    27 #ifndef CXML_INTERNAL_H
    28 #define CXML_INTERNAL_H
    28 #define CXML_INTERNAL_H
    29 
    29 
    30 #include <nwx_status.h>
    30 #include <nwx_status.h>
    31  
    31  
    32 #include "cxml_type_def.h"
    32 #include <cxml_type_def.h>
    33 #include "cxml_mem.h"
    33 #include "cxml_mem.h"
    34 #include "cxml_str.h"
    34 #include <cxml_str.h>
    35 #include "cxml_vector.h"
    35 #include "cxml_vector.h"
    36 
    36 
    37 
    37 
    38 #ifdef __cplusplus
    38 #ifdef __cplusplus
    39 extern "C"
    39 extern "C"