mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
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:
@@ -7,7 +7,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <inttypes.h> // PRIu64
|
||||
#include <inttypes.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include "lldb/API/SBFileSpec.h"
|
||||
|
||||
Reference in New Issue
Block a user