diff --git a/lldb/include/lldb/module.modulemap b/lldb/include/lldb/module.modulemap index c06e026076f49..3e5a903dc1c6c 100644 --- a/lldb/include/lldb/module.modulemap +++ b/lldb/include/lldb/module.modulemap @@ -97,8 +97,6 @@ module lldb_Wrapper { umbrella "Expression" module * { export * } - // TODO: This file includes a non-public header. - exclude header "Expression/REPL.h" } module lldb_Interpreter {