xml/libxml2libs/inc/libxml2/libxml2_encoding.h
changeset 27 450972dee096
parent 0 e35f40988205
child 33 604ca70b6235
equal deleted inserted replaced
23:740e860b8acf 27:450972dee096
    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