aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2024-08-05 20:26:27 +0000
committerDimitry Andric <dim@FreeBSD.org>2024-10-23 18:26:45 +0000
commit1199d38d8ec764ce8545888b4c091d00441842bf (patch)
treeec9b5d47b1a6c7358d46fed4c1018593eebb21c0 /contrib/llvm-project/libcxx
parent2f2ebe758bea201830bd021525424813f7fc6c6b (diff)
Diffstat (limited to 'contrib/llvm-project/libcxx')
-rw-r--r--contrib/llvm-project/libcxx/include/__format/format_arg.h1
-rw-r--r--contrib/llvm-project/libcxx/include/__type_traits/remove_cv.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/__format/format_arg.h b/contrib/llvm-project/libcxx/include/__format/format_arg.h
index aa02f81dc40e..4924e5fb3253 100644
--- a/contrib/llvm-project/libcxx/include/__format/format_arg.h
+++ b/contrib/llvm-project/libcxx/include/__format/format_arg.h
@@ -19,7 +19,6 @@
#include <__fwd/format.h>
#include <__memory/addressof.h>
#include <__type_traits/conditional.h>
-#include <__type_traits/remove_const.h>
#include <__utility/forward.h>
#include <__utility/move.h>
#include <__utility/unreachable.h>
diff --git a/contrib/llvm-project/libcxx/include/__type_traits/remove_cv.h b/contrib/llvm-project/libcxx/include/__type_traits/remove_cv.h
index 2c4e9e419a1b..8e1c04336432 100644
--- a/contrib/llvm-project/libcxx/include/__type_traits/remove_cv.h
+++ b/contrib/llvm-project/libcxx/include/__type_traits/remove_cv.h
@@ -10,6 +10,8 @@
#define _LIBCPP___TYPE_TRAITS_REMOVE_CV_H
#include <__config>
+#include <__type_traits/remove_const.h>
+#include <__type_traits/remove_volatile.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header