From 98d87b9b37f0d0808cd435e2132f8d7d83d1be6f Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Wed, 12 Nov 2025 15:40:37 -0800 Subject: [PATCH] [lldb][NFC] Remove plugin headers from Module As of e4a672bc17a2a, lldbCore is free of plugins. These headers are no longer needed. --- lldb/source/Core/Module.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp index f27a95de484df..815cc9dada2c1 100644 --- a/lldb/source/Core/Module.cpp +++ b/lldb/source/Core/Module.cpp @@ -52,9 +52,6 @@ #include "lldb/Host/windows/PosixApi.h" #endif -#include "Plugins/Language/CPlusPlus/CPlusPlusLanguage.h" -#include "Plugins/Language/ObjC/ObjCLanguage.h" - #include "llvm/ADT/STLExtras.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/DJB.h"