From: Daniel Dunbar Date: Thu, 26 Nov 2009 09:57:25 +0000 (+0000) Subject: Remove header which is bringing libAST in (on MSVC). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fc7e450e2314b9fc47ddf01edf2744f8f7b3729;p=clang 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 --- 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"