webengine/widgetregistry/Server/inc/UidAllocator.h
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
--- a/webengine/widgetregistry/Server/inc/UidAllocator.h	Tue Feb 02 00:56:45 2010 +0200
+++ b/webengine/widgetregistry/Server/inc/UidAllocator.h	Fri Mar 19 09:52:28 2010 +0200
@@ -15,11 +15,12 @@
 *
 */
 
+
 #ifndef UIDALLOCATOR_H
 #define UIDALLOCATOR_H
 
 // INCLUDE FILES
-#include <widgetregistryconstants.h>
+#include "WidgetRegistryConstants.h"
 
 /**
  * This class allows clients to allocate a UID from a given range.
@@ -36,3 +37,4 @@
     static TBool IsWidget( TUid aUid );
     };
 #endif
+