browserutilities/cxmllibrary/src/encoder/src/StringTable.c
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/browserutilities/cxmllibrary/src/encoder/src/StringTable.c	Tue Aug 31 16:17:46 2010 +0300
+++ b/browserutilities/cxmllibrary/src/encoder/src/StringTable.c	Wed Sep 01 12:28:30 2010 +0100
@@ -16,12 +16,12 @@
 */
 
 
-#include "nw_encoder_stringtable.h"
-#include "nw_wbxml_parse.h"
-#include "nw_dom_attribute.h"
-#include "nw_dom_element.h"
-#include "nw_dom_text.h"
-#include "nw_dom_document.h"
+#include <nw_encoder_stringtable.h>
+#include <nw_wbxml_parse.h>
+#include <nw_dom_attribute.h>
+#include <nw_dom_element.h>
+#include <nw_dom_text.h>
+#include <nw_dom_document.h>
 #include "cxml_internal.h"
 
 /* ------------------------------------------------------------------------- *