diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-20 18:12:19 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-20 18:12:19 -0700 |
| commit | 1c37f9981d7f751d67d377bafc209d007a9be4b4 (patch) | |
| tree | 2dae1f26744eed2cad6816f942b6e28d1db24c6c /toolsrc/src/commands_hash.cpp | |
| parent | 251b3f03693a2001c0c4e8a5fdca2432e4a037a8 (diff) | |
| download | vcpkg-1c37f9981d7f751d67d377bafc209d007a9be4b4.tar.gz vcpkg-1c37f9981d7f751d67d377bafc209d007a9be4b4.zip | |
Remove unused include directives
Diffstat (limited to 'toolsrc/src/commands_hash.cpp')
| -rw-r--r-- | toolsrc/src/commands_hash.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolsrc/src/commands_hash.cpp b/toolsrc/src/commands_hash.cpp index 43e9456a7..4b89f2894 100644 --- a/toolsrc/src/commands_hash.cpp +++ b/toolsrc/src/commands_hash.cpp @@ -1,9 +1,5 @@ #include "vcpkg_Commands.h" #include "vcpkg_System.h" -#include "vcpkg.h" -#include <iostream> -#include <iomanip> -#include <Windows.h> namespace fs = std::tr2::sys; |
