From 01f1c347b45f65ca03a3c7f942963af7ddc27736 Mon Sep 17 00:00:00 2001 From: Rob Reynolds Date: Sat, 4 Jun 2016 21:38:49 -0500 Subject: [PATCH] (maint) remove stray namespace import --- src/chocolatey/infrastructure/cryptography/IHashProvider.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/chocolatey/infrastructure/cryptography/IHashProvider.cs b/src/chocolatey/infrastructure/cryptography/IHashProvider.cs index 2c4b9b096b..a56b8afffc 100644 --- a/src/chocolatey/infrastructure/cryptography/IHashProvider.cs +++ b/src/chocolatey/infrastructure/cryptography/IHashProvider.cs @@ -15,8 +15,6 @@ namespace chocolatey.infrastructure.cryptography { - using adapters; - /// /// A hash provider for hashing files ///