[libc++][format][NFC] Remove some unneeded headers.

Reviewed By: #libc, Quuxplusone, Mordante

Differential Revision: https://reviews.llvm.org/D116175
This commit is contained in:
Mark de Wever 2021-12-22 18:46:23 +01:00
parent 7704c503ec
commit e8b24ee115
2 changed files with 1 additions and 3 deletions

View File

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

View File

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