From 64ba6ee1608a1233895f5e135211f61f84702925 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 19 May 2020 14:22:11 +0100 Subject: [PATCH] CommandLine.h - remove unnecessary raw_ostream forward declaration. NFC. We already have to include raw_ostream.h. --- llvm/include/llvm/Support/CommandLine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 9a75cbc..466945e 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -45,7 +45,6 @@ namespace llvm { class StringSaver; -class raw_ostream; /// cl Namespace - This namespace contains all of the command line option /// processing machinery. It is intentionally a short name to make qualified -- 2.7.4