aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API
diff options
context:
space:
mode:
authorAkash Agrawal <quic_akashag@quicinc.com>2025-05-30 11:43:30 +0530
committerGitHub <noreply@github.com>2025-05-29 23:13:30 -0700
commite4ed71818e913426f52acbcc1d1f4a1d414d4a2b (patch)
tree25a50f22def17105589891f0234ee569f08b145c /lldb/source/API
parent1e81e800508fbec5bdd394754e6005af536aa2f3 (diff)
downloadllvm-e4ed71818e913426f52acbcc1d1f4a1d414d4a2b.zip
llvm-e4ed71818e913426f52acbcc1d1f4a1d414d4a2b.tar.gz
llvm-e4ed71818e913426f52acbcc1d1f4a1d414d4a2b.tar.bz2
[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir & few other files (#141478)
A few files of lldb dir & few other files had duplicate headers included. This patch removes those redundancies. --------- Co-authored-by: Akash Agrawal <akashag@qti.qualcomm.com>
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/SBInstruction.cpp1
-rw-r--r--lldb/source/API/SBPlatform.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/API/SBInstruction.cpp b/lldb/source/API/SBInstruction.cpp
index 30703ee..6755089 100644
--- a/lldb/source/API/SBInstruction.cpp
+++ b/lldb/source/API/SBInstruction.cpp
@@ -13,7 +13,6 @@
#include "lldb/API/SBFrame.h"
#include "lldb/API/SBFile.h"
-#include "lldb/API/SBInstruction.h"
#include "lldb/API/SBStream.h"
#include "lldb/API/SBTarget.h"
#include "lldb/Core/Disassembler.h"
diff --git a/lldb/source/API/SBPlatform.cpp b/lldb/source/API/SBPlatform.cpp
index 394268b..ec59e27 100644
--- a/lldb/source/API/SBPlatform.cpp
+++ b/lldb/source/API/SBPlatform.cpp
@@ -13,7 +13,6 @@
#include "lldb/API/SBFileSpec.h"
#include "lldb/API/SBLaunchInfo.h"
#include "lldb/API/SBModuleSpec.h"
-#include "lldb/API/SBPlatform.h"
#include "lldb/API/SBProcessInfoList.h"
#include "lldb/API/SBTarget.h"
#include "lldb/API/SBUnixSignals.h"