From 9a8274bdafd2264b3d67f8acdd850ebf03e9606e Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Mon, 26 Aug 2024 09:34:39 -0700 Subject: [PATCH] Remove unused include from `P2163R3_invoke_r` This test doesn't need `is_permissive.hpp` after #4914. --- tests/std/tests/P2136R3_invoke_r/test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/std/tests/P2136R3_invoke_r/test.cpp b/tests/std/tests/P2136R3_invoke_r/test.cpp index 06f36ce8ed9..dc88321b18a 100644 --- a/tests/std/tests/P2136R3_invoke_r/test.cpp +++ b/tests/std/tests/P2136R3_invoke_r/test.cpp @@ -6,8 +6,6 @@ #include #include -#include - using namespace std; constexpr int square(int n) {