Skip to content

Commit 897cc3e

Browse files
authored
[lldb][NFC] Remove plugin headers from Module (#167789)
As of e4a672b, lldbCore is free of plugins. These headers are no longer needed.
1 parent 141c2bf commit 897cc3e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/source/Core/Module.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@
5252
#include "lldb/Host/windows/PosixApi.h"
5353
#endif
5454

55-
#include "Plugins/Language/CPlusPlus/CPlusPlusLanguage.h"
56-
#include "Plugins/Language/ObjC/ObjCLanguage.h"
57-
5855
#include "llvm/ADT/STLExtras.h"
5956
#include "llvm/Support/Compiler.h"
6057
#include "llvm/Support/DJB.h"

0 commit comments

Comments
 (0)