зеркало из https://github.com/microsoft/vcpkg.git
Replace fwd header files to declarations (#13972)
This commit is contained in:
Родитель
527c0e0433
Коммит
2f731d650f
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/base/cstringview.h>
|
||||
#include <vcpkg/base/lineinfo.h>
|
||||
#include <vcpkg/base/strings.h>
|
||||
|
||||
namespace vcpkg::Checks
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/base/lineinfo.h>
|
||||
#include <vcpkg/base/fwd/lineinfo.h>
|
||||
|
||||
#include <string>
|
||||
#include <vcpkg/base/cstringview.h>
|
||||
|
||||
namespace vcpkg::Enums
|
||||
{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/base/checks.h>
|
||||
#include <vcpkg/base/lineinfo.h>
|
||||
#include <vcpkg/base/stringliteral.h>
|
||||
|
||||
#include <system_error>
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
namespace vcpkg
|
||||
{
|
||||
struct LineInfo;
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/base/checks.h>
|
||||
#include <vcpkg/base/lineinfo.h>
|
||||
#include <vcpkg/base/system.print.h>
|
||||
|
||||
#include <string>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/base/fwd/lineinfo.h>
|
||||
#include <vcpkg/base/fwd/optional.h>
|
||||
|
||||
#include <vcpkg/base/lineinfo.h>
|
||||
#include <vcpkg/base/pragmas.h>
|
||||
|
||||
#include <type_traits>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/base/chrono.h>
|
||||
#include <vcpkg/base/lineinfo.h>
|
||||
#include <vcpkg/base/system.print.h>
|
||||
|
||||
#include <atomic>
|
||||
|
|
|
@ -1,16 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/fwd/dependencies.h>
|
||||
#include <vcpkg/fwd/vcpkgpaths.h>
|
||||
|
||||
#include <vcpkg/base/expected.h>
|
||||
#include <vcpkg/base/files.h>
|
||||
|
||||
#include <vcpkg/packagespec.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
namespace vcpkg::Dependencies
|
||||
{
|
||||
struct InstallPlanAction;
|
||||
struct ActionPlan;
|
||||
}
|
||||
|
||||
namespace vcpkg
|
||||
{
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/dependencies.h>
|
||||
#include <vcpkg/packagespec.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
#include <vcpkg/fwd/packagespec.h>
|
||||
#include <vcpkg/fwd/vcpkgpaths.h>
|
||||
|
||||
#include <string>
|
||||
#include <vcpkg/base/strings.h>
|
||||
|
||||
#include <vcpkg/dependencies.h>
|
||||
|
||||
namespace vcpkg
|
||||
{
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/fwd/dependencies.h>
|
||||
#include <vcpkg/fwd/portfileprovider.h>
|
||||
#include <vcpkg/fwd/vcpkgpaths.h>
|
||||
|
||||
#include <vcpkg/base/optional.h>
|
||||
|
||||
#include <vcpkg/portfileprovider.h>
|
||||
#include <vcpkg/packagespec.h>
|
||||
|
||||
namespace vcpkg::CMakeVars
|
||||
{
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
namespace vcpkg
|
||||
{
|
||||
struct PackageSpec;
|
||||
}
|
|
@ -1,10 +1,15 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/fwd/vcpkgpaths.h>
|
||||
|
||||
#include <vcpkg/base/expected.h>
|
||||
|
||||
#include <vcpkg/binaryparagraph.h>
|
||||
#include <vcpkg/paragraphparser.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
namespace vckpg::Parse
|
||||
{
|
||||
struct ParseControlErrorInfo;
|
||||
}
|
||||
|
||||
namespace vcpkg::Paragraphs
|
||||
{
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <vcpkg/fwd/vcpkgpaths.h>
|
||||
|
||||
#include <vcpkg/base/sortedvector.h>
|
||||
|
||||
#include <vcpkg/statusparagraphs.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
namespace vcpkg
|
||||
{
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <vcpkg/dependencies.h>
|
||||
#include <vcpkg/paragraphparser.h>
|
||||
#include <vcpkg/portfileprovider.h>
|
||||
#include <vcpkg/sourceparagraph.h>
|
||||
|
||||
#include <vcpkg-test/mockcmakevarprovider.h>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/sourceparagraph.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
#include <vcpkg-test/util.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include <catch2/catch.hpp>
|
||||
|
||||
#include <vcpkg/base/lineinfo.h>
|
||||
#include <vcpkg/base/optional.h>
|
||||
#include <vcpkg/base/util.h>
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include <vcpkg/userconfig.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
#include <vcpkg/vcpkglib.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
#include <cassert>
|
||||
#include <fstream>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <vcpkg/input.h>
|
||||
#include <vcpkg/metrics.h>
|
||||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/portfileprovider.h>
|
||||
#include <vcpkg/postbuildlint.h>
|
||||
#include <vcpkg/statusparagraphs.h>
|
||||
#include <vcpkg/tools.h>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <vcpkg/buildenvironment.h>
|
||||
#include <vcpkg/cmakevars.h>
|
||||
#include <vcpkg/dependencies.h>
|
||||
#include <vcpkg/portfileprovider.h>
|
||||
|
||||
using namespace vcpkg;
|
||||
using vcpkg::Optional;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <vcpkg/commands.buildexternal.h>
|
||||
#include <vcpkg/help.h>
|
||||
#include <vcpkg/input.h>
|
||||
#include <vcpkg/portfileprovider.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
|
||||
namespace vcpkg::Commands::BuildExternal
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <vcpkg/help.h>
|
||||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
namespace vcpkg::Commands::Cache
|
||||
{
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <vcpkg/packagespec.h>
|
||||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/platform-expression.h>
|
||||
#include <vcpkg/portfileprovider.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
#include <vcpkg/vcpkglib.h>
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <vcpkg/input.h>
|
||||
#include <vcpkg/install.h>
|
||||
#include <vcpkg/packagespec.h>
|
||||
#include <vcpkg/portfileprovider.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
|
||||
#include <vector>
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
#include <vcpkg/base/strings.h>
|
||||
#include <vcpkg/base/system.print.h>
|
||||
#include <vcpkg/base/system.process.h>
|
||||
#include <vcpkg/base/util.h>
|
||||
|
||||
#include <vcpkg/commands.edit.h>
|
||||
#include <vcpkg/help.h>
|
||||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include <vcpkg/cmakevars.h>
|
||||
#include <vcpkg/commands.env.h>
|
||||
#include <vcpkg/help.h>
|
||||
#include <vcpkg/portfileprovider.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
|
||||
namespace vcpkg::Commands::Env
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <vcpkg/base/system.print.h>
|
||||
#include <vcpkg/base/util.h>
|
||||
|
||||
#include <vcpkg/commands.list.h>
|
||||
#include <vcpkg/help.h>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/tools.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
#include <vcpkg/versiont.h>
|
||||
|
||||
namespace vcpkg::Commands::PortsDiff
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <vcpkg/paragraphparser.h>
|
||||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/registries.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
using namespace vcpkg::Parse;
|
||||
using namespace vcpkg;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <vcpkg/registries.h>
|
||||
#include <vcpkg/sourceparagraph.h>
|
||||
#include <vcpkg/vcpkgcmdarguments.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
namespace vcpkg::PortFileProvider
|
||||
{
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
#include <vcpkg/metrics.h>
|
||||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/vcpkglib.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
namespace vcpkg
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче