xml/libxml2libs/inc/libxml2/libxml2_encoding.h
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
    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 <stdapis/libxml2/libxml2_tree.h>
    32 #include "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