]> granicus.if.org Git - clang/commitdiff
Fixed broken includes introduced by recent (incomplete) patch to
authorTed Kremenek <kremenek@apple.com>
Tue, 18 Dec 2007 21:36:21 +0000 (21:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 18 Dec 2007 21:36:21 +0000 (21:36 +0000)
TranslationUnit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45177 91177308-0d34-0410-b5e6-96231b3b80d8

AST/TranslationUnit.cpp
Driver/SerializationTest.cpp

index 2507d244a18d57c12656fc36e6cd384b1efee87d..51f6b57da1f5ba29e796fbeda12ef9676c0dd00b 100644 (file)
@@ -10,8 +10,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "TranslationUnit.h"
-#include "clang.h"
+#include "clang/AST/TranslationUnit.h"
 
 #include "clang/Basic/TargetInfo.h"
 #include "clang/Basic/SourceManager.h"
index 7bd6cd131335dc10ef1496e18687594dfc896b0b..bb946e75da59e0e12567e1f580c4f7f46e5297c1 100644 (file)
@@ -18,7 +18,7 @@
 #include "clang/AST/CFG.h"
 #include "clang.h"
 #include "ASTConsumers.h"
-#include "TranslationUnit.h"
+#include "clang/AST/TranslationUnit.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/ADT/scoped_ptr.h"
 #include "llvm/Support/Streams.h"