diff -r e1bea15f9a39 -r 79859ed3eea9 web_plat/cxml_library_api/inc/nw_encoder_domencoder.h --- a/web_plat/cxml_library_api/inc/nw_encoder_domencoder.h Thu Aug 19 10:58:56 2010 +0300 +++ b/web_plat/cxml_library_api/inc/nw_encoder_domencoder.h Tue Aug 31 16:17:46 2010 +0300 @@ -15,6 +15,7 @@ * */ + /** ----------------------------------------------------------------------- ** @package: NW_Encoder @@ -26,18 +27,19 @@ #ifndef _NW_ENCODER_WRITER_HEADER_GUARD_ #define _NW_ENCODER_WRITER_HEADER_GUARD_ -#include -#include -#include -#include -#include -#include +#include "nw_encoder_stringtable.h" +#include "nw_encoder_wbxmlwriter.h" +#include "nw_dom_attribute.h" +#include "nw_dom_element.h" +#include "nw_dom_text.h" +#include "nw_dom_document.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ + #define MEMORY_INCREMENT 100 /** ----------------------------------------------------------------------- **