Skip to content

Commit

Permalink
[libc++] Fix dumb typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Nov 1, 2024
1 parent f2019fc commit 23e2a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/__format/formatter_floating_point.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <__concepts/arithmetic.h>
#include <__concepts/same_as.h>
#include <__config>
#include <__cstddef/ptrdiff_t.h>
#include <__format/concepts.h>
#include <__format/format_parse_context.h>
#include <__format/formatter.h>
Expand All @@ -36,7 +37,6 @@
#include <__utility/move.h>
#include <__utility/unreachable.h>
#include <cmath>
#include <cstddef/ptrdiff_t.h>

#ifndef _LIBCPP_HAS_NO_LOCALIZATION
# include <__locale>
Expand Down

0 comments on commit 23e2a04

Please sign in to comment.