[llvm] 897e926 - ImmutableGraph.h - remove unused raw_ostream.h include. NFC
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun May 17 10:30:36 PDT 2020
Author: Simon Pilgrim
Date: 2020-05-17T18:29:41+01:00
New Revision: 897e926bb0e0c165d6199130c8c558bb63b129e5
URL: https://github.com/llvm/llvm-project/commit/897e926bb0e0c165d6199130c8c558bb63b129e5
DIFF: https://github.com/llvm/llvm-project/commit/897e926bb0e0c165d6199130c8c558bb63b129e5.diff
LOG: ImmutableGraph.h - remove unused raw_ostream.h include. NFC
Added:
Modified:
llvm/lib/Target/X86/ImmutableGraph.h
Removed:
################################################################################
diff --git a/llvm/lib/Target/X86/ImmutableGraph.h b/llvm/lib/Target/X86/ImmutableGraph.h
index 5833017037a5..56738e9cfa73 100644
--- a/llvm/lib/Target/X86/ImmutableGraph.h
+++ b/llvm/lib/Target/X86/ImmutableGraph.h
@@ -28,7 +28,6 @@
#include "llvm/ADT/BitVector.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/STLExtras.h"
-#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <iterator>
#include <utility>
More information about the llvm-commits
mailing list