aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_portsdiff.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-07 16:20:32 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-07 16:20:32 -0800
commitf13b9cd24af72f4865ccfa0a64a1a43770da4833 (patch)
tree92b5217cc545676dab8a220751dcaffecbaa6b8b /toolsrc/src/commands_portsdiff.cpp
parentd65e78f6f5005c08832668a8f713d1f678c49b7c (diff)
downloadvcpkg-f13b9cd24af72f4865ccfa0a64a1a43770da4833.tar.gz
vcpkg-f13b9cd24af72f4865ccfa0a64a1a43770da4833.zip
Don't #include vcpkg.h in portsdiff.cpp
Diffstat (limited to 'toolsrc/src/commands_portsdiff.cpp')
-rw-r--r--toolsrc/src/commands_portsdiff.cpp2
1 files changed, 1 insertions, 1 deletions
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 <map>
#include <iterator>
#include "vcpkg_Maps.h"
@@ -8,6 +7,7 @@
#include <iomanip>
#include <set>
#include "Paragraphs.h"
+#include "SourceParagraph.h"
namespace vcpkg
{