[llvm] 84be427 - llvm-dwarfdump.h - remove unnecessary WithColor.h include. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 05:03:32 PDT 2020
Author: Simon Pilgrim
Date: 2020-05-28T13:03:18+01:00
New Revision: 84be4278e7966c8747aad48aa49de9bcd9f1d730
URL: https://github.com/llvm/llvm-project/commit/84be4278e7966c8747aad48aa49de9bcd9f1d730
DIFF: https://github.com/llvm/llvm-project/commit/84be4278e7966c8747aad48aa49de9bcd9f1d730.diff
LOG: llvm-dwarfdump.h - remove unnecessary WithColor.h include. NFC.
Added:
Modified:
llvm/tools/llvm-dwarfdump/llvm-dwarfdump.h
Removed:
################################################################################
diff --git a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.h b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.h
index 86a2f1b553a9..dc41298265d2 100644
--- a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.h
+++ b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.h
@@ -12,7 +12,6 @@
#include "llvm/ADT/Twine.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/Object/ObjectFile.h"
-#include "llvm/Support/WithColor.h"
#include "llvm/Support/raw_ostream.h"
namespace llvm {
More information about the llvm-commits
mailing list