Skip to content

Commit 2424118

Browse files
authored
[LLDB][FreeBSD] Reorder header for Host.cpp (#163359)
As per requirement in #162811.
1 parent f275d2b commit 2424118

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/source/Host/freebsd/Host.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
#include <dlfcn.h>
1919
#include <execinfo.h>
2020

21-
#include "llvm/Object/ELF.h"
22-
2321
#include "lldb/Host/FileSystem.h"
2422
#include "lldb/Host/Host.h"
2523
#include "lldb/Host/HostInfo.h"
@@ -32,6 +30,7 @@
3230
#include "lldb/Utility/Status.h"
3331
#include "lldb/Utility/StreamString.h"
3432

33+
#include "llvm/Object/ELF.h"
3534
#include "llvm/TargetParser/Host.h"
3635

3736
namespace lldb_private {

0 commit comments

Comments
 (0)