xml/libxml2libs/inc/libxml2/libxml2_xmlreader.h
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
    14 */
    14 */
    15 
    15 
    16 #ifndef XML_XMLREADER_H
    16 #ifndef XML_XMLREADER_H
    17 #define XML_XMLREADER_H
    17 #define XML_XMLREADER_H
    18 
    18 
    19 #include <stdapis/libxml2/libxml2_tree.h>
    19 #include <libxml2_tree.h>
    20 #include <stdapis/libxml2/libxml2_xmlio.h>
    20 #include <libxml2_xmlio.h>
    21 
    21 
    22 #ifdef LIBXML_SCHEMAS_ENABLED
    22 #ifdef LIBXML_SCHEMAS_ENABLED
    23 #include "libxml2_relaxng.h"
    23 #include "libxml2_relaxng.h"
    24 #include "libxml2_xmlschemas.h"
    24 #include "libxml2_xmlschemas.h"
    25 #endif
    25 #endif