diff -r 0ed94ceaa377 -r cb62a4f66ebe web_plat/cxml_library_api/inc/nw_encoder_domencoder.h --- a/web_plat/cxml_library_api/inc/nw_encoder_domencoder.h Thu Dec 17 09:20:16 2009 +0200 +++ b/web_plat/cxml_library_api/inc/nw_encoder_domencoder.h Thu Jan 07 13:31:38 2010 +0200 @@ -15,7 +15,6 @@ * */ - /** ----------------------------------------------------------------------- ** @package: NW_Encoder @@ -27,19 +26,18 @@ #ifndef _NW_ENCODER_WRITER_HEADER_GUARD_ #define _NW_ENCODER_WRITER_HEADER_GUARD_ -#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" +#include +#include +#include +#include +#include +#include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ - #define MEMORY_INCREMENT 100 /** ----------------------------------------------------------------------- **