webengine/widgetregistry/Server/inc/UidAllocator.h
changeset 26 cb62a4f66ebe
parent 25 0ed94ceaa377
child 35 1f3c3f2f5b0a
--- a/webengine/widgetregistry/Server/inc/UidAllocator.h	Thu Dec 17 09:20:16 2009 +0200
+++ b/webengine/widgetregistry/Server/inc/UidAllocator.h	Thu Jan 07 13:31:38 2010 +0200
@@ -15,12 +15,11 @@
 *
 */
 
-
 #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.
@@ -37,4 +36,3 @@
     static TBool IsWidget( TUid aUid );
     };
 #endif
-