From: Simon Pilgrim Date: Sun, 10 May 2020 13:17:52 +0000 (+0100) Subject: PassManager.h - remove unused raw_ostream.h include. NFC. X-Git-Tag: llvmorg-12-init~6483 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=741778faedf678c866fa6a44ec4270bc62c5a27c;p=platform%2Fupstream%2Fllvm.git PassManager.h - remove unused raw_ostream.h include. NFC. --- diff --git a/llvm/include/llvm/IR/PassManager.h b/llvm/include/llvm/IR/PassManager.h index 758ede0..89f764f 100644 --- a/llvm/include/llvm/IR/PassManager.h +++ b/llvm/include/llvm/IR/PassManager.h @@ -49,7 +49,6 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/TimeProfiler.h" #include "llvm/Support/TypeName.h" -#include "llvm/Support/raw_ostream.h" #include #include #include