1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[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 b1ad6ad40e
commit 44d62ba754
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;