diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 16:20:32 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 16:20:32 -0800 |
| commit | f13b9cd24af72f4865ccfa0a64a1a43770da4833 (patch) | |
| tree | 92b5217cc545676dab8a220751dcaffecbaa6b8b /toolsrc/src/commands_portsdiff.cpp | |
| parent | d65e78f6f5005c08832668a8f713d1f678c49b7c (diff) | |
| download | vcpkg-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.cpp | 2 |
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 { |
