#ifndef XML_INCLUDE_H #define XML_INCLUDE_H #include <libxml/xmlmemory.h> #include <libxml/tree.h> #include <libxml/parser.h> #endif