web_plat/cxml_library_api/inc/nw_dom_document.h
changeset 37 cb62a4f66ebe
parent 0 dd21522fd290
child 65 5bfc169077b2
--- a/web_plat/cxml_library_api/inc/nw_dom_document.h	Thu Dec 17 09:20:16 2009 +0200
+++ b/web_plat/cxml_library_api/inc/nw_dom_document.h	Thu Jan 07 13:31:38 2010 +0200
@@ -15,7 +15,6 @@
 *
 */
 
-
 /** ----------------------------------------------------------------------- **
     @package:     NW_DOM
 
@@ -27,11 +26,11 @@
 #ifndef NW_DOM_DOCUMENT_H
 #define NW_DOM_DOCUMENT_H
 
-#include "cxml_proj.h"
-#include "nw_dom_node.h"
-#include "nw_dom_text.h"
-#include "nw_dom_element.h"
-#include "nw_wbxml_dictionary.h"
+#include <cxml_proj.h>
+#include <nw_dom_node.h>
+#include <nw_dom_text.h>
+#include <nw_dom_element.h>
+#include <nw_wbxml_dictionary.h>
 
 #ifdef __cplusplus
 extern "C" {