commit | ef1816002f55db558dfe5971cd3c8ff1c0170ee0 | [log] [tgz] |
---|---|---|
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | Wed May 19 11:57:04 2021 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Sat May 29 17:00:56 2021 -0700 |
tree | f1851c79ba126997d0f068b436d7adae9580b634 | |
parent | 6fc0a1d4d2c4aa688b2cc7ce92a35648408d8ba0 [diff] [blame] |
[libc++] Alphabetize and include-what-you-use. NFCI. Differential Revision: https://reviews.llvm.org/D102781 NOKEYCHECK=True GitOrigin-RevId: bfbd73f87d7b2c1140b43192cea6b7fbbfc35cd0
diff --git a/include/sstream b/include/sstream index 0b739f4..0b614a0 100644 --- a/include/sstream +++ b/include/sstream
@@ -181,8 +181,8 @@ */ #include <__config> -#include <ostream> #include <istream> +#include <ostream> #include <string> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)