From 8adaaea6fc7f2aa99f1ec8d894ad7036805bf76a Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 7 Nov 2016 17:32:27 -0800 Subject: [PATCH] [cache] Don't #include "vcpkg.h" --- toolsrc/src/commands_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsrc/src/commands_cache.cpp b/toolsrc/src/commands_cache.cpp index 634a72a64..19c762caf 100644 --- a/toolsrc/src/commands_cache.cpp +++ b/toolsrc/src/commands_cache.cpp @@ -1,8 +1,8 @@ #include "vcpkg_Commands.h" #include "vcpkg_System.h" #include "vcpkg_Files.h" -#include "vcpkg.h" #include "Paragraphs.h" +#include "BinaryParagraph.h" namespace vcpkg {