aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_integration.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-07 17:33:23 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-07 17:33:23 -0800
commit6071014cf94478ade2f2d4cd95d26d00e4cac19d (patch)
treefd12a79050ccfb233d476008fad5f72fecc5997f /toolsrc/src/commands_integration.cpp
parent8adaaea6fc7f2aa99f1ec8d894ad7036805bf76a (diff)
downloadvcpkg-6071014cf94478ade2f2d4cd95d26d00e4cac19d.tar.gz
vcpkg-6071014cf94478ade2f2d4cd95d26d00e4cac19d.zip
Remove unused #includes
Diffstat (limited to 'toolsrc/src/commands_integration.cpp')
-rw-r--r--toolsrc/src/commands_integration.cpp2
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"