[Lldb-commits] [lldb] 15b7df4 - [lldb] [Host/Terminal] Remove stale Config.h include from the header

Michał Górny via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 29 01:19:41 PDT 2021


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"
 


        


More information about the lldb-commits mailing list