Author: lattner
Date: Wed Dec 30 13:54:10 2009
New Revision: 92310

URL: http://llvm.org/viewvc/llvm-project?rev=92310&view=rev
Log:
remove extraneous #include

Modified:
    cfe/trunk/lib/Sema/SemaCodeComplete.cpp

Modified: cfe/trunk/lib/Sema/SemaCodeComplete.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaCodeComplete.cpp?rev=92310&r1=92309&r2=92310&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaCodeComplete.cpp (original)
+++ cfe/trunk/lib/Sema/SemaCodeComplete.cpp Wed Dec 30 13:54:10 2009
@@ -11,7 +11,6 @@
 //
 
//===----------------------------------------------------------------------===//
 #include "Sema.h"
-#include "Lookup.h"
 #include "clang/Sema/CodeCompleteConsumer.h"
 #include "clang/AST/ExprCXX.h"
 #include "clang/AST/ExprObjC.h"


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to