From 9670f847b8c5f6eb42c3df74035809f95465b5fb Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Mon, 18 Jul 2016 19:02:11 +0000 Subject: [NFC] Header cleanup Summary: Removed unused headers, replaced some headers with forward class declarations Patch by: Eugene Differential Revision: https://reviews.llvm.org/D20100 llvm-svn: 275882 --- clang/lib/Frontend/ChainedIncludesSource.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/lib/Frontend/ChainedIncludesSource.cpp') diff --git a/clang/lib/Frontend/ChainedIncludesSource.cpp b/clang/lib/Frontend/ChainedIncludesSource.cpp index 3f126615b1e..7687b24dda9 100644 --- a/clang/lib/Frontend/ChainedIncludesSource.cpp +++ b/clang/lib/Frontend/ChainedIncludesSource.cpp @@ -17,6 +17,7 @@ #include "clang/Frontend/CompilerInstance.h" #include "clang/Frontend/TextDiagnosticPrinter.h" #include "clang/Lex/Preprocessor.h" +#include "clang/Lex/PreprocessorOptions.h" #include "clang/Parse/ParseAST.h" #include "clang/Sema/MultiplexExternalSemaSource.h" #include "clang/Serialization/ASTReader.h" -- cgit v1.2.3