WithColor.h - reduce unnecessary includes to forward declarations. NFC.

This commit is contained in:
Simon Pilgrim 2020-05-28 13:58:35 +01:00
parent e73bb4fba7
commit 1a945757ac
1 changed files with 4 additions and 4 deletions

View File

@ -9,15 +9,15 @@
#ifndef LLVM_SUPPORT_WITHCOLOR_H #ifndef LLVM_SUPPORT_WITHCOLOR_H
#define LLVM_SUPPORT_WITHCOLOR_H #define LLVM_SUPPORT_WITHCOLOR_H
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/CommandLine.h" #include "llvm/Support/CommandLine.h"
#include "llvm/Support/Error.h"
namespace llvm { namespace llvm {
extern cl::OptionCategory ColorCategory; class Error;
class raw_ostream; class raw_ostream;
class StringRef;
extern cl::OptionCategory ColorCategory;
// Symbolic names for various syntax elements. // Symbolic names for various syntax elements.
enum class HighlightColor { enum class HighlightColor {