[Support] Move header to WithColor header

Forgot to move the CommandLine.h include form the implementation to the
header and didn't notice the failure with my local modules build.

llvm-svn: 333177
This commit is contained in:
Jonas Devlieghere 2018-05-24 11:47:20 +00:00
parent 27126f5260
commit 93d7b130f9
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#define LLVM_SUPPORT_WITHCOLOR_H
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/CommandLine.h"
namespace llvm {

View File

@ -8,7 +8,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/WithColor.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;