mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +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:
@@ -10,16 +10,16 @@
|
||||
#include "lldb/Core/AddressRange.h"
|
||||
#include "lldb/Core/Module.h"
|
||||
#include "lldb/Target/Target.h"
|
||||
#include "lldb/Utility/ConstString.h" // for ConstString
|
||||
#include "lldb/Utility/FileSpec.h" // for FileSpec
|
||||
#include "lldb/Utility/ConstString.h"
|
||||
#include "lldb/Utility/FileSpec.h"
|
||||
#include "lldb/Utility/Stream.h"
|
||||
#include "lldb/lldb-defines.h" // for LLDB_INVALID_ADDRESS
|
||||
#include "lldb/lldb-defines.h"
|
||||
|
||||
#include "llvm/Support/Compiler.h" // for LLVM_FALLTHROUGH
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
||||
#include <memory> // for shared_ptr
|
||||
#include <memory>
|
||||
|
||||
#include <inttypes.h> // for PRIx64
|
||||
#include <inttypes.h>
|
||||
|
||||
namespace lldb_private {
|
||||
class SectionList;
|
||||
|
||||
Reference in New Issue
Block a user