diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:57:03 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:57:03 -0800 |
| commit | eaebe2888ab97de74200904807ae884419ccc195 (patch) | |
| tree | c13305eb0e806851d5850a540a6500355b5f1c8e | |
| parent | 1a1507a6039ce44220447d2b1ab723d631515b07 (diff) | |
| download | vcpkg-eaebe2888ab97de74200904807ae884419ccc195.tar.gz vcpkg-eaebe2888ab97de74200904807ae884419ccc195.zip | |
Remove unused #include directive
| -rw-r--r-- | toolsrc/include/vcpkg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg.h b/toolsrc/include/vcpkg.h index 0797f7f74..1d7f87d32 100644 --- a/toolsrc/include/vcpkg.h +++ b/toolsrc/include/vcpkg.h @@ -1,7 +1,6 @@ #pragma once #include <filesystem> -#include <unordered_map> #include "package_spec.h" #include "BinaryParagraph.h" #include "StatusParagraphs.h" |
