Skip to content

Commit 51d6bc6

Browse files
author
Tom Yang
committed
formatting fix
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent ffd2e0c commit 51d6bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/source/Core/ModuleList.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "lldb/Core/Debugger.h"
109
#include "lldb/Core/ModuleList.h"
10+
#include "lldb/Core/Debugger.h"
1111
#include "lldb/Core/Module.h"
1212
#include "lldb/Core/ModuleSpec.h"
1313
#include "lldb/Core/PluginManager.h"
@@ -16,7 +16,6 @@
1616
#include "lldb/Interpreter/OptionValueFileSpecList.h"
1717
#include "lldb/Interpreter/OptionValueProperties.h"
1818
#include "lldb/Interpreter/Property.h"
19-
#include "llvm/Support/ThreadPool.h"
2019
#include "lldb/Symbol/ObjectFile.h"
2120
#include "lldb/Symbol/SymbolContext.h"
2221
#include "lldb/Symbol/TypeList.h"
@@ -28,6 +27,7 @@
2827
#include "lldb/Utility/Log.h"
2928
#include "lldb/Utility/UUID.h"
3029
#include "lldb/lldb-defines.h"
30+
#include "llvm/Support/ThreadPool.h"
3131

3232
#if defined(_WIN32)
3333
#include "lldb/Host/windows/PosixApi.h"

0 commit comments

Comments
 (0)