[llvm] 64ba6ee - CommandLine.h - remove unnecessary raw_ostream forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 07:17:09 PDT 2020


Author: Simon Pilgrim
Date: 2020-05-19T15:15:25+01:00
New Revision: 64ba6ee1608a1233895f5e135211f61f84702925

URL: https://github.com/llvm/llvm-project/commit/64ba6ee1608a1233895f5e135211f61f84702925
DIFF: https://github.com/llvm/llvm-project/commit/64ba6ee1608a1233895f5e135211f61f84702925.diff

LOG: CommandLine.h - remove unnecessary raw_ostream forward declaration. NFC.

We already have to include raw_ostream.h.

Added: 
    

Modified: 
    llvm/include/llvm/Support/CommandLine.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h
index 9a75cbc4e90d..466945e40a9c 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


        


More information about the llvm-commits mailing list