[libcxx-commits] [PATCH] D116175: [libc++][format][NFC] Remove some unneeded headers.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 23 08:38:31 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe8b24ee1153f: [libc++][format][NFC] Remove some unneeded headers. (authored by Mordante).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116175/new/
https://reviews.llvm.org/D116175
Files:
libcxx/include/__format/format_context.h
libcxx/include/__format/formatter_string.h
Index: libcxx/include/__format/formatter_string.h
===================================================================
--- libcxx/include/__format/formatter_string.h
+++ libcxx/include/__format/formatter_string.h
@@ -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)
Index: libcxx/include/__format/format_context.h
===================================================================
--- libcxx/include/__format/format_context.h
+++ libcxx/include/__format/format_context.h
@@ -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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116175.396034.patch
Type: text/x-patch
Size: 959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211223/0af80d65/attachment-0001.bin>
More information about the libcxx-commits
mailing list