From cf818b55e79ee637c72f1f94a183eec26b4fa3b9 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Tue, 5 Oct 2021 14:27:54 +0200 Subject: [PATCH] [lldb][NFC] Remove unnecessary include in cpp/const_this test --- lldb/test/API/lang/cpp/const_this/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/test/API/lang/cpp/const_this/main.cpp b/lldb/test/API/lang/cpp/const_this/main.cpp index 8520077..2db14e6 100644 --- a/lldb/test/API/lang/cpp/const_this/main.cpp +++ b/lldb/test/API/lang/cpp/const_this/main.cpp @@ -1,5 +1,3 @@ -#include - class foo { public: template T func(T x) const { -- 2.7.4