diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-08-17 18:31:01 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-08-17 18:31:01 +0000 |
commit | 256a7282e41a67bea753c054627619b0e35d80a7 (patch) | |
tree | 6a9223337c2729f8d9d733aeb60874b90a19297b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1afba421a9bde494fe7f994ab74280056007edbb (diff) | |
download | llvm-256a7282e41a67bea753c054627619b0e35d80a7.zip llvm-256a7282e41a67bea753c054627619b0e35d80a7.tar.gz llvm-256a7282e41a67bea753c054627619b0e35d80a7.tar.bz2 |
Revert Sebastian's build-breaking patch.
llvm-svn: 111265
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 68b384f..82cd75d1 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -18,7 +18,7 @@ #include "clang/Driver/Option.h" #include "clang/Frontend/CompilerInvocation.h" #include "clang/Frontend/LangStandard.h" -#include "clang/Serialization/PCHReader.h" +#include "clang/Frontend/PCHReader.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringExtras.h" |