browserutilities/cxmllibrary/src/encoder/src/StringTable.c
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 94 919f36ff910f
--- a/browserutilities/cxmllibrary/src/encoder/src/StringTable.c	Tue Feb 02 00:56:45 2010 +0200
+++ b/browserutilities/cxmllibrary/src/encoder/src/StringTable.c	Fri Mar 19 09:52:28 2010 +0200
@@ -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"
 
 /* ------------------------------------------------------------------------- *