1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

ObjCARCAnalysisUtils.h - remove unused llvm::raw_ostream forward declaration. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-11 12:15:22 +01:00
parent 38c517ba07
commit 9ae669cb5c

View File

@ -36,10 +36,6 @@
#include "llvm/IR/ValueHandle.h"
#include "llvm/Pass.h"
namespace llvm {
class raw_ostream;
}
namespace llvm {
namespace objcarc {