From f13b9cd24af72f4865ccfa0a64a1a43770da4833 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 7 Nov 2016 16:20:32 -0800 Subject: Don't #include vcpkg.h in portsdiff.cpp --- toolsrc/src/commands_portsdiff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_portsdiff.cpp') diff --git a/toolsrc/src/commands_portsdiff.cpp b/toolsrc/src/commands_portsdiff.cpp index fdbaec0ac..3789e3b42 100644 --- a/toolsrc/src/commands_portsdiff.cpp +++ b/toolsrc/src/commands_portsdiff.cpp @@ -1,6 +1,5 @@ #include "vcpkg_Commands.h" #include "vcpkg_System.h" -#include "vcpkg.h" #include #include #include "vcpkg_Maps.h" @@ -8,6 +7,7 @@ #include #include #include "Paragraphs.h" +#include "SourceParagraph.h" namespace vcpkg { -- cgit v1.2.3