1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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

We already have to include raw_ostream.h.
This commit is contained in:
Simon Pilgrim 2020-05-19 14:22:11 +01:00
parent f3e4ea054e
commit fd2f73cdf8

View File

@ -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