forked from OSchip/llvm-project
Debug.h already includes raw_ostream.h, no need to include it again.
llvm-svn: 208235
This commit is contained in:
parent
2973efb866
commit
4b4401de83
|
@ -1481,7 +1481,6 @@ void SubtargetEmitter::run(raw_ostream &OS) {
|
|||
OS << "#undef GET_SUBTARGETINFO_TARGET_DESC\n";
|
||||
|
||||
OS << "#include \"llvm/Support/Debug.h\"\n";
|
||||
OS << "#include \"llvm/Support/raw_ostream.h\"\n";
|
||||
ParseFeaturesFunction(OS, NumFeatures, NumProcs);
|
||||
|
||||
OS << "#endif // GET_SUBTARGETINFO_TARGET_DESC\n\n";
|
||||
|
|
Loading…
Reference in New Issue