We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2dcd9 commit 60dc091Copy full SHA for 60dc091
libcxx/include/__concepts/comparison_common_type.h
@@ -9,12 +9,12 @@
9
#ifndef _LIBCPP___CONCEPTS_COMPARISON_COMMON_TYPE_H
10
#define _LIBCPP___CONCEPTS_COMPARISON_COMMON_TYPE_H
11
12
-#include "__concepts/common_reference_with.h"
13
-#include "__concepts/convertible_to.h"
14
-#include "__concepts/same_as.h"
15
-#include "__config"
16
-#include "__type_traits/common_reference.h"
17
-#include "__type_traits/make_const_lvalue_ref.h"
+#include <__concepts/common_reference_with.h>
+#include <__concepts/convertible_to.h>
+#include <__concepts/same_as.h>
+#include <__config>
+#include <__type_traits/common_reference.h>
+#include <__type_traits/make_const_lvalue_ref.h>
18
19
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
20
# pragma GCC system_header
0 commit comments