diff -r 0ed94ceaa377 -r cb62a4f66ebe web_plat/widget_registry_api/inc/WidgetPropertyValue.h --- a/web_plat/widget_registry_api/inc/WidgetPropertyValue.h Thu Dec 17 09:20:16 2009 +0200 +++ b/web_plat/widget_registry_api/inc/WidgetPropertyValue.h Thu Jan 07 13:31:38 2010 +0200 @@ -16,13 +16,12 @@ * */ - #ifndef WIDGETPROPERTYVALUE_H #define WIDGETPROPERTYVALUE_H #include #include -#include "WidgetRegistryConstants.h" +#include // serialize length = header + value const TInt32 KWidgetPropertyValSerializeMaxLength = 32 + KWidgetRegistryVal;