web_plat/cxml_library_api/inc/cxml_str.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
--- a/web_plat/cxml_library_api/inc/cxml_str.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/web_plat/cxml_library_api/inc/cxml_str.h	Wed Sep 01 12:28:30 2010 +0100
@@ -24,8 +24,6 @@
 #ifndef CXML_STR_H
 #define CXML_STR_H
 
-#warning The CXML API has been deprecated
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -33,7 +31,7 @@
 /*
 ** Includes
 */
-#include "cxml_type_def.h"
+#include <cxml_type_def.h>
 
 CXML_Ucs2 CXML_Str_ToLower(const CXML_Ucs2 ch);
 CXML_Ucs2 CXML_Str_ToUpper(const CXML_Ucs2 ch);