[cache] Don't #include "vcpkg.h"

This commit is contained in:
Alexander Karatarakis 2016-11-07 17:32:27 -08:00
parent c91d8e41b6
commit 8adaaea6fc

View File

@ -1,8 +1,8 @@
#include "vcpkg_Commands.h" #include "vcpkg_Commands.h"
#include "vcpkg_System.h" #include "vcpkg_System.h"
#include "vcpkg_Files.h" #include "vcpkg_Files.h"
#include "vcpkg.h"
#include "Paragraphs.h" #include "Paragraphs.h"
#include "BinaryParagraph.h"
namespace vcpkg namespace vcpkg
{ {