summaryrefslogtreecommitdiff
path: root/source/DataFormatters/TypeValidator.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-11-11 23:17:06 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-11-11 23:17:06 +0000
commit88f4df8050f1f0ed64f8e2a2e48256bbf0a208cb (patch)
tree239a131cda2631bf63c70693cccdd0f7790fa245 /source/DataFormatters/TypeValidator.cpp
parentc2eb09f2013c643e29e2f0298499b4a02dfbb5ff (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@346626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'source/DataFormatters/TypeValidator.cpp')
-rw-r--r--source/DataFormatters/TypeValidator.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/DataFormatters/TypeValidator.cpp b/source/DataFormatters/TypeValidator.cpp
index 7a5b8d565..6769a5a99 100644
--- a/source/DataFormatters/TypeValidator.cpp
+++ b/source/DataFormatters/TypeValidator.cpp
@@ -7,13 +7,9 @@
//
//===----------------------------------------------------------------------===//
-// C Includes
-// C++ Includes
-// Other libraries and framework includes
-// Project includes
#include "lldb/DataFormatters/TypeValidator.h"
#include "lldb/Utility/StreamString.h"