[Lldb-commits] [lldb] 2424118 - [LLDB][FreeBSD] Reorder header for Host.cpp (#163359)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 14 10:03:33 PDT 2025
Author: aokblast
Date: 2025-10-14T10:03:29-07:00
New Revision: 242411880a9e16b3c4df32870bffc6212def0205
URL: https://github.com/llvm/llvm-project/commit/242411880a9e16b3c4df32870bffc6212def0205
DIFF: https://github.com/llvm/llvm-project/commit/242411880a9e16b3c4df32870bffc6212def0205.diff
LOG: [LLDB][FreeBSD] Reorder header for Host.cpp (#163359)
As per requirement in https://github.com/llvm/llvm-project/pull/162811.
Added:
Modified:
lldb/source/Host/freebsd/Host.cpp
Removed:
################################################################################
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 <dlfcn.h>
#include <execinfo.h>
-#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 {
More information about the lldb-commits
mailing list