mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +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:
@@ -9,21 +9,21 @@
|
||||
|
||||
#include "lldb/Core/ValueObjectChild.h"
|
||||
|
||||
#include "lldb/Core/Value.h" // for Value, Value::ValueType::e...
|
||||
#include "lldb/Core/Value.h"
|
||||
#include "lldb/Symbol/CompilerType.h"
|
||||
#include "lldb/Target/ExecutionContext.h"
|
||||
#include "lldb/Target/Process.h"
|
||||
#include "lldb/Utility/Flags.h" // for Flags
|
||||
#include "lldb/Utility/Scalar.h" // for Scalar
|
||||
#include "lldb/Utility/Status.h" // for Status
|
||||
#include "lldb/lldb-forward.h" // for ProcessSP, ModuleSP
|
||||
#include "lldb/Utility/Flags.h"
|
||||
#include "lldb/Utility/Scalar.h"
|
||||
#include "lldb/Utility/Status.h"
|
||||
#include "lldb/lldb-forward.h"
|
||||
|
||||
#include <functional> // for _Func_impl<>::_Mybase
|
||||
#include <memory> // for shared_ptr
|
||||
#include <vector> // for vector
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <stdio.h> // for snprintf, size_t
|
||||
#include <string.h> // for strlen
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
using namespace lldb_private;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user