diff -r 5cc91383ab1e -r 7333d7932ef7 iaupdate/IAD/ui/src/iaupdatedeputils.cpp --- a/iaupdate/IAD/ui/src/iaupdatedeputils.cpp Thu Aug 19 10:02:49 2010 +0300 +++ b/iaupdate/IAD/ui/src/iaupdatedeputils.cpp Tue Aug 31 15:21:33 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;