Remove more unused #include directives

This commit is contained in:
Alexander Karatarakis 2018-04-07 03:24:45 -07:00
parent ee1abe2069
commit 77338ee0df
6 changed files with 1 additions and 9 deletions

View File

@ -2,7 +2,6 @@
#include <chrono>
#include <string>
#include <time.h>
#include <vcpkg/base/optional.h>
namespace vcpkg::Chrono

View File

@ -3,8 +3,6 @@
#include <vcpkg/dependencies.h>
#include <vcpkg/vcpkgpaths.h>
#include <vcpkg/base/files.h>
#include <string>
#include <vector>

View File

@ -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;

View File

@ -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>

View File

@ -8,8 +8,6 @@
#include <vcpkg/base/files.h>
#include <vcpkg/base/lazy.h>
#include <map>
namespace vcpkg
{
namespace Tools

View File

@ -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>