mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 20:56:06 +00:00
[libc++][format][NFC] Remove some unneeded headers.
Reviewed By: #libc, Quuxplusone, Mordante Differential Revision: https://reviews.llvm.org/D116175
This commit is contained in:
parent
7704c503ec
commit
e8b24ee115
@ -14,10 +14,9 @@
|
||||
#include <__config>
|
||||
#include <__format/format_args.h>
|
||||
#include <__format/format_fwd.h>
|
||||
#include <__iterator/back_insert_iterator.h>
|
||||
#include <__iterator/concepts.h>
|
||||
#include <concepts>
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
|
||||
#ifndef _LIBCPP_HAS_NO_LOCALIZATION
|
||||
#include <locale>
|
||||
|
@ -16,7 +16,6 @@
|
||||
#include <__format/format_string.h>
|
||||
#include <__format/formatter.h>
|
||||
#include <__format/parser_std_format_spec.h>
|
||||
#include <algorithm>
|
||||
#include <string_view>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
|
Loading…
x
Reference in New Issue
Block a user