xml/libxml2libs/inc/libxml2/libxml2_encoding.h
branchRCL_3
changeset 20 889504eac4fb
parent 0 e35f40988205
child 21 604ca70b6235
equal deleted inserted replaced
19:6bcc0aa4be39 20:889504eac4fb
    27 
    27 
    28 #ifndef XML_CHAR_ENCODING_H
    28 #ifndef XML_CHAR_ENCODING_H
    29 #define XML_CHAR_ENCODING_H
    29 #define XML_CHAR_ENCODING_H
    30 
    30 
    31 //#include "libxml/Libxml2_xmlversion.h" // enable this when dependency on tree.h is removed
    31 //#include "libxml/Libxml2_xmlversion.h" // enable this when dependency on tree.h is removed
    32 #include "libxml2_tree.h"
    32 #include <stdapis/libxml2/libxml2_tree.h>
    33 
    33 
    34 #ifdef LIBXML_ICONV_ENABLED
    34 #ifdef LIBXML_ICONV_ENABLED
    35 #include <iconv.h>
    35 #include <iconv.h>
    36 #endif
    36 #endif
    37 
    37