aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorCurtis.Bezault <curtbezault@gmail.com>2019-08-12 11:19:16 -0700
committerCurtis.Bezault <curtbezault@gmail.com>2019-08-12 11:19:16 -0700
commit44e08d28e777faa08a773054b2dac2d5cf949569 (patch)
tree2ee2e37e4d876c3595e5d1c8116a3071e5df5668 /toolsrc/src
parent5c11033ad7a52960500c8b604a4b7e7b4fb2a1b3 (diff)
downloadvcpkg-44e08d28e777faa08a773054b2dac2d5cf949569.tar.gz
vcpkg-44e08d28e777faa08a773054b2dac2d5cf949569.zip
remove uneeded header
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/binaryparagraph.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg/binaryparagraph.cpp b/toolsrc/src/vcpkg/binaryparagraph.cpp
index b4cd9cc4b..8b1886098 100644
--- a/toolsrc/src/vcpkg/binaryparagraph.cpp
+++ b/toolsrc/src/vcpkg/binaryparagraph.cpp
@@ -1,7 +1,6 @@
#include "pch.h"
#include <vcpkg/base/checks.h>
-#include <vcpkg/base/hash.h>
#include <vcpkg/base/system.print.h>
#include <vcpkg/binaryparagraph.h>
#include <vcpkg/parse.h>