[lldb][lldb-dap] Remove unused includes in memory test Added in 3acb1eac5eb6ef4e60dd64b7845615e076cc6a3e
diff --git a/lldb/test/API/tools/lldb-dap/memory/main.cpp b/lldb/test/API/tools/lldb-dap/memory/main.cpp index 14ac1ad..0db7b78 100644 --- a/lldb/test/API/tools/lldb-dap/memory/main.cpp +++ b/lldb/test/API/tools/lldb-dap/memory/main.cpp
@@ -1,6 +1,3 @@ -#include <iostream> -#include <memory> - int main() { int not_a_ptr = 666; const char *rawptr = "dead";