[iwyu] Move <iostream> out of llvm/DebugInfo/Symbolize/Markup.h header
authorserge-sans-paille <sguelton@redhat.com>
Wed, 28 Sep 2022 14:53:43 +0000 (16:53 +0200)
committerserge-sans-paille <sguelton@redhat.com>
Wed, 28 Sep 2022 18:49:00 +0000 (20:49 +0200)
It's only used in the implementation. No functional change intended.

llvm/include/llvm/DebugInfo/Symbolize/Markup.h
llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

index 4f2b0de..0061d59 100644 (file)
@@ -16,8 +16,6 @@
 #ifndef LLVM_DEBUGINFO_SYMBOLIZE_MARKUP_H
 #define LLVM_DEBUGINFO_SYMBOLIZE_MARKUP_H
 
-#include <iostream>
-
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
index 34c93be..138b069 100644 (file)
@@ -40,6 +40,7 @@
 #include <algorithm>
 #include <cstdio>
 #include <cstring>
+#include <iostream>
 #include <string>
 
 using namespace llvm;