mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
Remove unused #include directives
This commit is contained in:
parent
f070265398
commit
269e78bb61
@ -13,8 +13,6 @@
|
||||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/vcpkglib.h>
|
||||
|
||||
#include <regex>
|
||||
|
||||
namespace vcpkg::Export
|
||||
{
|
||||
using Dependencies::ExportPlanAction;
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
#include <vcpkg/parse.h>
|
||||
|
||||
#include <vcpkg/base/checks.h>
|
||||
#include <vcpkg/base/util.h>
|
||||
|
||||
namespace vcpkg::Parse
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "pch.h"
|
||||
|
||||
#include <vcpkg/base/checks.h>
|
||||
#include <vcpkg/base/strings.h>
|
||||
#include <vcpkg/triplet.h>
|
||||
|
||||
@ -38,7 +37,7 @@ namespace vcpkg
|
||||
const Triplet Triplet::ARM_UWP = from_canonical_name("arm-uwp");
|
||||
const Triplet Triplet::ARM64_UWP = from_canonical_name("arm64-uwp");
|
||||
const Triplet Triplet::ARM_WINDOWS = from_canonical_name("arm-windows");
|
||||
const Triplet Triplet::ARM64_WINDOWS = from_canonical_name("arm64-windows");
|
||||
const Triplet Triplet::ARM64_WINDOWS = from_canonical_name("arm64-windows");
|
||||
|
||||
bool Triplet::operator==(const Triplet& other) const { return this->m_instance == other.m_instance; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user