Author: Michał Górny Date: 2021-10-29T10:02:11+02:00 New Revision: 15b7df49ca1cf4712fd0407b21c490dae357d607
URL: https://github.com/llvm/llvm-project/commit/15b7df49ca1cf4712fd0407b21c490dae357d607 DIFF: https://github.com/llvm/llvm-project/commit/15b7df49ca1cf4712fd0407b21c490dae357d607.diff LOG: [lldb] [Host/Terminal] Remove stale Config.h include from the header Added: Modified: lldb/include/lldb/Host/Terminal.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Host/Terminal.h b/lldb/include/lldb/Host/Terminal.h index 81930cdf02361..8ff6d75657a74 100644 --- a/lldb/include/lldb/Host/Terminal.h +++ b/lldb/include/lldb/Host/Terminal.h @@ -10,7 +10,6 @@ #define LLDB_HOST_TERMINAL_H #if defined(__cplusplus) -#include "lldb/Host/Config.h" #include "lldb/lldb-private.h" #include "llvm/Support/Error.h" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits