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
This commit is contained in:
Jonas Devlieghere
2018-11-11 23:17:06 +00:00
parent 672d2c1255
commit ceff6644bb
733 changed files with 26 additions and 2684 deletions

View File

@@ -16,14 +16,10 @@
#else
// C Includes
// C++ Includes
#include <memory>
#include <string>
#include <vector>
// Other libraries and framework includes
// Project includes
#include "PythonDataObjects.h"
#include "lldb/Breakpoint/BreakpointOptions.h"
#include "lldb/Core/IOHandler.h"