| Index: visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs | 
| diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs b/visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs | 
| index d268321fa3e0b80d8a765bca16610994c0f004ad..5cb982748a29d8e7bb4290cca6cc68d311dde9f2 100644 | 
| --- a/visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs | 
| +++ b/visual_studio/NativeClientVSAddIn/UnitTests/MockProcessSearcher.cs | 
| @@ -4,9 +4,7 @@ | 
|  | 
| namespace UnitTests | 
| { | 
| -  using System; | 
| using System.Collections.Generic; | 
| -  using System.Management; | 
|  | 
| /// <summary> | 
| /// A fake process searcher that allows the list of 'processes' on the system to be faked. | 
|  |