From af8882cd3e8643d3149da5cb52a97cdb52d49ece Mon Sep 17 00:00:00 2001 From: ShengYi Hung Date: Tue, 14 Oct 2025 18:17:45 +0800 Subject: [PATCH] [LLDB, x86, FreeBSD] Reorder header for Host.cpp As per requirement in https://github.com/llvm/llvm-project/pull/162811. --- lldb/source/Host/freebsd/Host.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lldb/source/Host/freebsd/Host.cpp b/lldb/source/Host/freebsd/Host.cpp index fa7efad466bad..dfdbfea0c3c0a 100644 --- a/lldb/source/Host/freebsd/Host.cpp +++ b/lldb/source/Host/freebsd/Host.cpp @@ -18,8 +18,6 @@ #include #include -#include "llvm/Object/ELF.h" - #include "lldb/Host/FileSystem.h" #include "lldb/Host/Host.h" #include "lldb/Host/HostInfo.h" @@ -32,6 +30,7 @@ #include "lldb/Utility/Status.h" #include "lldb/Utility/StreamString.h" +#include "llvm/Object/ELF.h" #include "llvm/TargetParser/Host.h" namespace lldb_private {