[libcxx-commits] [libcxx] 79f852c - [libc++][NFC] Use angle brackets to include ranges_mismatch.h
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 15 11:35:37 PDT 2023
Author: Louis Dionne
Date: 2023-05-15T11:35:30-07:00
New Revision: 79f852cc18522dcff55098a5252f1c876a22ba12
URL: https://github.com/llvm/llvm-project/commit/79f852cc18522dcff55098a5252f1c876a22ba12
DIFF: https://github.com/llvm/llvm-project/commit/79f852cc18522dcff55098a5252f1c876a22ba12.diff
LOG: [libc++][NFC] Use angle brackets to include ranges_mismatch.h
Added:
Modified:
libcxx/include/__algorithm/ranges_starts_with.h
Removed:
################################################################################
diff --git a/libcxx/include/__algorithm/ranges_starts_with.h b/libcxx/include/__algorithm/ranges_starts_with.h
index 4c37756f6720..7da78001d814 100644
--- a/libcxx/include/__algorithm/ranges_starts_with.h
+++ b/libcxx/include/__algorithm/ranges_starts_with.h
@@ -9,8 +9,8 @@
#ifndef _LIBCPP___ALGORITHM_RANGES_STARTS_WITH_H
#define _LIBCPP___ALGORITHM_RANGES_STARTS_WITH_H
-#include "ranges_mismatch.h"
#include <__algorithm/in_in_result.h>
+#include <__algorithm/ranges_mismatch.h>
#include <__config>
#include <__functional/identity.h>
#include <__functional/ranges_operations.h>
More information about the libcxx-commits
mailing list