Remove comments after header includes.

This patch removes the comments following the header includes. They were
added after running IWYU over the LLDB codebase. However they add little
value, are often outdates and burdensome to maintain.

Differential revision: https://reviews.llvm.org/D54385

llvm-svn: 346625
This commit is contained in:
Jonas Devlieghere
2018-11-11 23:16:43 +00:00
parent ba17b96bed
commit 672d2c1255
168 changed files with 913 additions and 917 deletions

View File

@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
#include <inttypes.h> // PRIu64
#include <inttypes.h>
#include <limits.h>
#include "lldb/API/SBFileSpec.h"