diff -r 92f864ef0288 -r ae54820ef82c iaupdate/IAD/ui/src/iaupdatedeputils.cpp --- a/iaupdate/IAD/ui/src/iaupdatedeputils.cpp Wed Jun 23 18:20:02 2010 +0300 +++ b/iaupdate/IAD/ui/src/iaupdatedeputils.cpp Tue Jul 06 14:23:31 2010 +0300 @@ -21,7 +21,6 @@ // INCLUDES #include "iaupdatedeputils.h" #include "iaupdatebasenode.h" -#include "iaupdateanynode.h" #include "iaupdatenode.h" @@ -31,7 +30,7 @@ // --------------------------------------------------------------------------- // void IAUpdateDepUtils::GetDependenciesL( const MIAUpdateNode& aNode, - const RPointerArray& aAllNodes, + const RPointerArray& aAllNodes, RPointerArray& aDependencyNodes ) { RPointerArray dependencies; @@ -81,7 +80,7 @@ // --------------------------------------------------------------------------- // void IAUpdateDepUtils::GetDependantsL( const MIAUpdateNode& aNode, - const RPointerArray& aAllNodes, + const RPointerArray& aAllNodes, RPointerArray& aDependantNodes ) { RPointerArray dependants;