diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-26 09:57:25 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-26 09:57:25 +0000 |
commit | 3fc7e450e2314b9fc47ddf01edf2744f8f7b3729 (patch) | |
tree | a66fbe6b0e66479c66c52b3d3eb3c833fb7b8ce5 /lib/Driver/CC1Options.cpp | |
parent | 552a43b2977493c2e5daf5331fba90ed966d9c8e (diff) |
Remove header which is bringing libAST in (on MSVC).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89946 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/CC1Options.cpp')
-rw-r--r-- | lib/Driver/CC1Options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Driver/CC1Options.cpp b/lib/Driver/CC1Options.cpp index d45fe847d3..e65d3dc37b 100644 --- a/lib/Driver/CC1Options.cpp +++ b/lib/Driver/CC1Options.cpp @@ -13,7 +13,6 @@ #include "clang/Driver/OptTable.h" #include "clang/Driver/Option.h" #include "clang/Frontend/CompilerInvocation.h" -#include "clang/Frontend/PCHReader.h" #include "llvm/ADT/OwningPtr.h" #include "llvm/ADT/StringSwitch.h" #include "llvm/ADT/SmallVector.h" |