aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-27 15:52:57 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-27 15:54:06 -0800
commitb7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1 (patch)
tree40a484fd58dd868561a3927d59cf321a1903ceb4
parentc0ae9fee7e30cdd4898df22aecf5412b2d8f8ee6 (diff)
downloadvcpkg-b7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1.tar.gz
vcpkg-b7bd8c3251dcb9ecf3f6c0201c2a513596ab09b1.zip
Fix #include of Paragraph.h
-rw-r--r--toolsrc/include/PostBuildLint_BuildInfo.h3
-rw-r--r--toolsrc/src/PostBuildLint_BuildInfo.cpp1
-rw-r--r--toolsrc/src/commands_build.cpp2
-rw-r--r--toolsrc/src/commands_ci.cpp1
-rw-r--r--toolsrc/src/commands_install.cpp2
-rw-r--r--toolsrc/src/commands_portsdiff.cpp2
-rw-r--r--toolsrc/src/vcpkg_Dependencies.cpp2
7 files changed, 7 insertions, 6 deletions
diff --git a/toolsrc/include/PostBuildLint_BuildInfo.h b/toolsrc/include/PostBuildLint_BuildInfo.h
index 7dbadb147..bac024e01 100644
--- a/toolsrc/include/PostBuildLint_BuildInfo.h
+++ b/toolsrc/include/PostBuildLint_BuildInfo.h
@@ -1,7 +1,6 @@
#pragma once
-#include <unordered_map>
-#include "Paragraphs.h"
+#include "filesystem_fs.h"
#include "PostBuildLint_BuildPolicies.h"
#include "opt_bool.h"
#include "PostBuildLint_LinkageType.h"
diff --git a/toolsrc/src/PostBuildLint_BuildInfo.cpp b/toolsrc/src/PostBuildLint_BuildInfo.cpp
index 7308c9bac..0d1d480b8 100644
--- a/toolsrc/src/PostBuildLint_BuildInfo.cpp
+++ b/toolsrc/src/PostBuildLint_BuildInfo.cpp
@@ -3,6 +3,7 @@
#include "vcpkg_Checks.h"
#include "opt_bool.h"
#include "vcpkglib_helpers.h"
+#include "Paragraphs.h"
namespace vcpkg::PostBuildLint
{
diff --git a/toolsrc/src/commands_build.cpp b/toolsrc/src/commands_build.cpp
index 310a9c829..e51d519f8 100644
--- a/toolsrc/src/commands_build.cpp
+++ b/toolsrc/src/commands_build.cpp
@@ -9,7 +9,7 @@
#include "vcpkg_Environment.h"
#include "metrics.h"
#include "vcpkg_Enums.h"
-#include "PostBuildLint_BuildInfo.h"
+#include "Paragraphs.h"
namespace vcpkg::Commands::Build
{
diff --git a/toolsrc/src/commands_ci.cpp b/toolsrc/src/commands_ci.cpp
index d75d4b787..a1a0f053d 100644
--- a/toolsrc/src/commands_ci.cpp
+++ b/toolsrc/src/commands_ci.cpp
@@ -8,6 +8,7 @@
#include "vcpkg_Input.h"
#include "vcpkg_Chrono.h"
#include "PostBuildLint_BuildInfo.h"
+#include "Paragraphs.h"
namespace vcpkg::Commands::CI
{
diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp
index 283de8785..24fa5edc0 100644
--- a/toolsrc/src/commands_install.cpp
+++ b/toolsrc/src/commands_install.cpp
@@ -7,7 +7,7 @@
#include "vcpkg_System.h"
#include "vcpkg_Dependencies.h"
#include "vcpkg_Input.h"
-#include "PostBuildLint_BuildInfo.h"
+#include "Paragraphs.h"
namespace vcpkg::Commands::Install
{
diff --git a/toolsrc/src/commands_portsdiff.cpp b/toolsrc/src/commands_portsdiff.cpp
index a927f145d..06a1f6c60 100644
--- a/toolsrc/src/commands_portsdiff.cpp
+++ b/toolsrc/src/commands_portsdiff.cpp
@@ -4,7 +4,7 @@
#include "vcpkg_Maps.h"
#include "SourceParagraph.h"
#include "vcpkg_Environment.h"
-#include "PostBuildLint_BuildInfo.h"
+#include "Paragraphs.h"
namespace vcpkg::Commands::PortsDiff
{
diff --git a/toolsrc/src/vcpkg_Dependencies.cpp b/toolsrc/src/vcpkg_Dependencies.cpp
index e9c88523e..e8bf10617 100644
--- a/toolsrc/src/vcpkg_Dependencies.cpp
+++ b/toolsrc/src/vcpkg_Dependencies.cpp
@@ -5,7 +5,7 @@
#include "package_spec.h"
#include "StatusParagraphs.h"
#include "vcpkg_Files.h"
-#include "PostBuildLint_BuildInfo.h"
+#include "Paragraphs.h"
namespace vcpkg::Dependencies
{