diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:33:23 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:33:23 -0800 |
| commit | 6071014cf94478ade2f2d4cd95d26d00e4cac19d (patch) | |
| tree | fd12a79050ccfb233d476008fad5f72fecc5997f /toolsrc/src/commands_integration.cpp | |
| parent | 8adaaea6fc7f2aa99f1ec8d894ad7036805bf76a (diff) | |
| download | vcpkg-6071014cf94478ade2f2d4cd95d26d00e4cac19d.tar.gz vcpkg-6071014cf94478ade2f2d4cd95d26d00e4cac19d.zip | |
Remove unused #includes
Diffstat (limited to 'toolsrc/src/commands_integration.cpp')
| -rw-r--r-- | toolsrc/src/commands_integration.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/src/commands_integration.cpp b/toolsrc/src/commands_integration.cpp index 6a11d6ec4..cd303c649 100644 --- a/toolsrc/src/commands_integration.cpp +++ b/toolsrc/src/commands_integration.cpp @@ -2,9 +2,7 @@ #include <windows.h> #include <shellapi.h> #include "vcpkg_Commands.h" -#include "vcpkg.h" #include <fstream> -#include <iostream> #include <regex> #include <array> #include "vcpkg_Environment.h" |
