aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_portsdiff.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-27 12:49:09 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-30 21:52:42 -0800
commit050e4a0f7a8156bd862f95c06ea298ab6697e147 (patch)
treebf384f4faa0d10e957519ba42c752fae537283b0 /toolsrc/src/commands_portsdiff.cpp
parent4ded91423aa1dfa3ad8bb7a57879f48d58b9b786 (diff)
downloadvcpkg-050e4a0f7a8156bd862f95c06ea298ab6697e147.tar.gz
vcpkg-050e4a0f7a8156bd862f95c06ea298ab6697e147.zip
Introduce precompiled headers
Diffstat (limited to 'toolsrc/src/commands_portsdiff.cpp')
-rw-r--r--toolsrc/src/commands_portsdiff.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/toolsrc/src/commands_portsdiff.cpp b/toolsrc/src/commands_portsdiff.cpp
index 1665d7c47..e75633b3c 100644
--- a/toolsrc/src/commands_portsdiff.cpp
+++ b/toolsrc/src/commands_portsdiff.cpp
@@ -1,11 +1,7 @@
+#include "pch.h"
#include "vcpkg_Commands.h"
#include "vcpkg_System.h"
-#include <map>
-#include <iterator>
#include "vcpkg_Maps.h"
-#include <iostream>
-#include <iomanip>
-#include <set>
#include "Paragraphs.h"
#include "SourceParagraph.h"
#include "vcpkg_Environment.h"