[cfe-commits] r76716 - /cfe/trunk/lib/Sema/ParseAST.cpp

Mike Stump mrs at apple.com
Tue Jul 21 18:39:15 PDT 2009


Author: mrs
Date: Tue Jul 21 20:39:14 2009
New Revision: 76716

URL: http://llvm.org/viewvc/llvm-project?rev=76716&view=rev
Log:
Remove an unneeded header.

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

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

==============================================================================
--- cfe/trunk/lib/Sema/ParseAST.cpp (original)
+++ cfe/trunk/lib/Sema/ParseAST.cpp Tue Jul 21 20:39:14 2009
@@ -19,7 +19,6 @@
 #include "clang/AST/ExternalASTSource.h"
 #include "clang/AST/Stmt.h"
 #include "clang/Parse/Parser.h"
-#include "llvm/ADT/OwningPtr.h"
 using namespace clang;
 
 //===----------------------------------------------------------------------===//





More information about the cfe-commits mailing list