mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:02:15 +08:00
Remove more unused #include directives
This commit is contained in:
parent
ee1abe2069
commit
77338ee0df
@ -2,7 +2,6 @@
|
||||
|
||||
#include <chrono>
|
||||
#include <string>
|
||||
#include <time.h>
|
||||
#include <vcpkg/base/optional.h>
|
||||
|
||||
namespace vcpkg::Chrono
|
||||
|
@ -3,8 +3,6 @@
|
||||
#include <vcpkg/dependencies.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
|
||||
#include <vcpkg/base/files.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
@ -3,12 +3,9 @@
|
||||
#include <vcpkg/binaryparagraph.h>
|
||||
#include <vcpkg/parse.h>
|
||||
#include <vcpkg/vcpkgpaths.h>
|
||||
#include <vcpkg/versiont.h>
|
||||
|
||||
#include <vcpkg/base/expected.h>
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace vcpkg::Paragraphs
|
||||
{
|
||||
using RawParagraph = Parse::RawParagraph;
|
||||
|
@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <vcpkg/base/cstringview.h>
|
||||
#include <vcpkg/base/optional.h>
|
||||
#include <vcpkg/base/span.h>
|
||||
#include <vcpkg/base/stringliteral.h>
|
||||
|
@ -8,8 +8,6 @@
|
||||
#include <vcpkg/base/files.h>
|
||||
#include <vcpkg/base/lazy.h>
|
||||
|
||||
#include <map>
|
||||
|
||||
namespace vcpkg
|
||||
{
|
||||
namespace Tools
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <vcpkg/commands.h>
|
||||
#include <vcpkg/help.h>
|
||||
#include <vcpkg/paragraphs.h>
|
||||
#include <vcpkg/versiont.h>
|
||||
|
||||
#include <vcpkg/base/sortedvector.h>
|
||||
#include <vcpkg/base/system.h>
|
||||
|
Loading…
Reference in New Issue
Block a user