[Lldb-commits] [lldb] 4947f6d - [lldb][NFC] Remove unused header include

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 19 11:12:11 PDT 2021


Author: Alex Langford
Date: 2021-08-19T11:06:56-07:00
New Revision: 4947f6d8bca1e33a663b01e3027e11d654c418fc

URL: https://github.com/llvm/llvm-project/commit/4947f6d8bca1e33a663b01e3027e11d654c418fc
DIFF: https://github.com/llvm/llvm-project/commit/4947f6d8bca1e33a663b01e3027e11d654c418fc.diff

LOG: [lldb][NFC] Remove unused header include

Added: 
    

Modified: 
    lldb/source/Symbol/UnwindPlan.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Symbol/UnwindPlan.cpp b/lldb/source/Symbol/UnwindPlan.cpp
index 41bd8cd46ad83..5547998691db4 100644
--- a/lldb/source/Symbol/UnwindPlan.cpp
+++ b/lldb/source/Symbol/UnwindPlan.cpp
@@ -8,7 +8,6 @@
 
 #include "lldb/Symbol/UnwindPlan.h"
 
-#include "lldb/Expression/DWARFExpression.h"
 #include "lldb/Target/Process.h"
 #include "lldb/Target/RegisterContext.h"
 #include "lldb/Target/Target.h"


        


More information about the lldb-commits mailing list