From ceff6644bba4d6c5e9c338afe92c453c7597609b Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sun, 11 Nov 2018 23:17:06 +0000 Subject: Remove header grouping comments. This patch removes the comments grouping header includes. They were added after running IWYU over the LLDB codebase. However they add little value, are often outdates and burdensome to maintain. llvm-svn: 346626 --- lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp b/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp index 650d87acd6e..c54339f3bba 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp +++ b/lldb/packages/Python/lldbsuite/test/python_api/sbvalue_persist/main.cpp @@ -11,4 +11,4 @@ int main() { f(); // break here f(); // break here return 0; -} \ No newline at end of file +} -- cgit v1.2.3