Don't #include vcpkg.h in portsdiff.cpp

This commit is contained in:
Alexander Karatarakis 2016-11-07 16:20:32 -08:00
Родитель d65e78f6f5
Коммит f13b9cd24a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,5 @@
#include "vcpkg_Commands.h"
#include "vcpkg_System.h"
#include "vcpkg.h"
#include <map>
#include <iterator>
#include "vcpkg_Maps.h"
@ -8,6 +7,7 @@
#include <iomanip>
#include <set>
#include "Paragraphs.h"
#include "SourceParagraph.h"
namespace vcpkg
{