web_plat/widget_registry_api/inc/WidgetPropertyValue.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/web_plat/widget_registry_api/inc/WidgetPropertyValue.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/web_plat/widget_registry_api/inc/WidgetPropertyValue.h	Wed Sep 01 12:28:30 2010 +0100
@@ -16,13 +16,12 @@
 *
 */
 
-
 #ifndef WIDGETPROPERTYVALUE_H
 #define WIDGETPROPERTYVALUE_H
 
 #include <e32base.h>
 #include <s32strm.h>
-#include "WidgetRegistryConstants.h"
+#include <widgetregistryconstants.h>
 
 // serialize length = header + value
 const TInt32 KWidgetPropertyValSerializeMaxLength = 32 + KWidgetRegistryVal;