[Lldb-commits] [lldb] r247760 - Fix double include in CompilerDeclContext.h

Paul Herman via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 15 17:29:10 PDT 2015


Author: paulherman
Date: Tue Sep 15 19:29:10 2015
New Revision: 247760

URL: http://llvm.org/viewvc/llvm-project?rev=247760&view=rev
Log:
Fix double include in CompilerDeclContext.h

Modified:
    lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h

Modified: lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h?rev=247760&r1=247759&r2=247760&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h (original)
+++ lldb/trunk/include/lldb/Symbol/CompilerDeclContext.h Tue Sep 15 19:29:10 2015
@@ -14,7 +14,6 @@
 
 #include "lldb/lldb-private.h"
 #include "lldb/Core/ConstString.h"
-#include <vector>
 
 namespace lldb_private {
 




More information about the lldb-commits mailing list