Skip to content

Commit 0821701

Browse files
authored
Update fuchsia.h
Correct include order.
1 parent 575b35b commit 0821701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__locale_dir/support/fuchsia.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
#define _LIBCPP___LOCALE_DIR_SUPPORT_FUCHSIA_H
1111

1212
#include <__config>
13+
#include <clocale> // uselocale & friends
1314
#include <cstdlib>
1415
#include <cwchar>
15-
#include <clocale> // uselocale & friends
1616
#include <utility>
1717

1818
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)

0 commit comments

Comments
 (0)