Skip to content

Commit 709f59e

Browse files
committed
[gn build] Port b793280
1 parent da3c06a commit 709f59e

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ if (current_toolchain == default_toolchain) {
469469
"__functional/reference_wrapper.h",
470470
"__functional/unary_function.h",
471471
"__functional/unary_negate.h",
472-
"__functional/unwrap_ref.h",
473472
"__functional/weak_result_type.h",
474473
"__fwd/array.h",
475474
"__fwd/fstream.h",
@@ -863,6 +862,7 @@ if (current_toolchain == default_toolchain) {
863862
"__type_traits/type_identity.h",
864863
"__type_traits/type_list.h",
865864
"__type_traits/underlying_type.h",
865+
"__type_traits/unwrap_ref.h",
866866
"__type_traits/void_t.h",
867867
"__undef_macros",
868868
"__utility/as_const.h",

0 commit comments

Comments
 (0)