--- a/web_plat/widget_registry_api/inc/WidgetPropertyValue.h Thu Aug 19 10:58:56 2010 +0300
+++ b/web_plat/widget_registry_api/inc/WidgetPropertyValue.h Tue Aug 31 16:17:46 2010 +0300
@@ -16,12 +16,13 @@
*
*/
+
#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;