aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-05-03 15:08:24 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-05-03 16:45:02 -0700
commite669580c236bdbc4fceccdb66a00badc27853cf6 (patch)
tree54efac92e823504545d90fd27ed044d244d6c9cf /toolsrc/include
parent1ca4279c3e1bb4874bd3a738a88c16560b7fc834 (diff)
downloadvcpkg-e669580c236bdbc4fceccdb66a00badc27853cf6.tar.gz
vcpkg-e669580c236bdbc4fceccdb66a00badc27853cf6.zip
Remove unneeded #includes
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Input.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Input.h b/toolsrc/include/vcpkg_Input.h
index 590cb98f0..77f7ecfb5 100644
--- a/toolsrc/include/vcpkg_Input.h
+++ b/toolsrc/include/vcpkg_Input.h
@@ -1,7 +1,5 @@
#pragma once
#include "PackageSpec.h"
-#include "VcpkgPaths.h"
-#include <vector>
namespace vcpkg::Input
{