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/Basic/FileManager.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'clang/lib/Basic/FileManager.cpp') diff --git a/clang/lib/Basic/FileManager.cpp b/clang/lib/Basic/FileManager.cpp index ce9b7e1bb48..20894180d78 100644 --- a/clang/lib/Basic/FileManager.cpp +++ b/clang/lib/Basic/FileManager.cpp @@ -26,10 +26,7 @@ #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Path.h" #include "llvm/Support/raw_ostream.h" -#include -#include #include -#include using namespace clang; -- cgit v1.2.3