[lldb][NFC] Remove unnecessary include in cpp/const_this test
authorRaphael Isemann <teemperor@gmail.com>
Tue, 5 Oct 2021 12:27:54 +0000 (14:27 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 5 Oct 2021 12:39:10 +0000 (14:39 +0200)
lldb/test/API/lang/cpp/const_this/main.cpp

index 8520077..2db14e6 100644 (file)
@@ -1,5 +1,3 @@
-#include <stdio.h>
-
 class foo {
 public:
   template <class T> T func(T x) const {