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/fstream b/include/fstream index dd1aa72..09af0d9 100644 --- a/include/fstream +++ b/include/fstream
@@ -179,8 +179,8 @@ */ -#include <__config> #include <__availability> +#include <__config> #include <__debug> #include <__locale> #include <cstdio>