I\'m wondering if there are any reasons (apart from tidying up source code) why developers use the \"Remove Unused Usings\" feature in Visual Studio 2008?
It also helps prevent false circular dependencies, assuming you are also able to remove some dll/project references from your project after removing the unused usings.