[cfe-commits] r43354 - in /cfe/trunk/include/clang: AST/Stmt.h Basic/SourceLocation.h

Ted Kremenek kremenek at apple.com
Thu Oct 25 11:27:10 PDT 2007


Author: kremenek
Date: Thu Oct 25 13:27:10 2007
New Revision: 43354

URL: http://llvm.org/viewvc/llvm-project?rev=43354&view=rev
Log:
changed #include of Serialization.h to SerializationFwd.h to reduce
compilation time.

Modified:
    cfe/trunk/include/clang/AST/Stmt.h
    cfe/trunk/include/clang/Basic/SourceLocation.h

Modified: cfe/trunk/include/clang/AST/Stmt.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Stmt.h?rev=43354&r1=43353&r2=43354&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/Stmt.h (original)
+++ cfe/trunk/include/clang/AST/Stmt.h Thu Oct 25 13:27:10 2007
@@ -18,7 +18,7 @@
 #include "clang/AST/StmtIterator.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/iterator"
-#include "llvm/Bitcode/Serialization.h"
+#include "llvm/Bitcode/SerializationFwd.h"
 #include <iosfwd>
 
 namespace clang {

Modified: cfe/trunk/include/clang/Basic/SourceLocation.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceLocation.h?rev=43354&r1=43353&r2=43354&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/SourceLocation.h (original)
+++ cfe/trunk/include/clang/Basic/SourceLocation.h Thu Oct 25 13:27:10 2007
@@ -15,7 +15,7 @@
 #define LLVM_CLANG_SOURCELOCATION_H
 
 #include <cassert>
-#include "llvm/Bitcode/Serialization.h"
+#include "llvm/Bitcode/SerializationFwd.h"
 
 namespace clang {
     





More information about the cfe-commits mailing list