mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +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:
@@ -11,15 +11,15 @@
|
||||
|
||||
#include "lldb/Utility/Log.h"
|
||||
#include "lldb/Utility/NameMatches.h"
|
||||
#include "lldb/Utility/Stream.h" // for Stream
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "lldb/Utility/StringList.h"
|
||||
#include "lldb/lldb-defines.h" // for LLDB_INVALID_C...
|
||||
#include "lldb/lldb-defines.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/Twine.h" // for Twine
|
||||
#include "llvm/ADT/Twine.h"
|
||||
#include "llvm/BinaryFormat/COFF.h"
|
||||
#include "llvm/BinaryFormat/ELF.h"
|
||||
#include "llvm/BinaryFormat/MachO.h" // for CPUType::CPU_T...
|
||||
#include "llvm/Support/Compiler.h" // for LLVM_FALLTHROUGH
|
||||
#include "llvm/BinaryFormat/MachO.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/Host.h"
|
||||
|
||||
using namespace lldb;
|
||||
|
||||
Reference in New Issue
Block a user