aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-xray
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2023-10-13 20:50:59 -0700
committerKazu Hirata <kazu@google.com>2023-10-13 20:50:59 -0700
commit643b2ccd8296a3f8a2950421e72aa5ca59e4fecc (patch)
tree03d6e7072d42ea85b37efd342ff40fa531b0cca1 /llvm/tools/llvm-xray
parent18d199116fe2150549110da68ac0ca8cfd80f9c8 (diff)
downloadllvm-643b2ccd8296a3f8a2950421e72aa5ca59e4fecc.zip
llvm-643b2ccd8296a3f8a2950421e72aa5ca59e4fecc.tar.gz
llvm-643b2ccd8296a3f8a2950421e72aa5ca59e4fecc.tar.bz2
[tools] Stop including llvm/ADT/StringMap.h (NFC)
These source files do not use StringMap.h.
Diffstat (limited to 'llvm/tools/llvm-xray')
-rw-r--r--llvm/tools/llvm-xray/xray-graph-diff.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-xray/xray-graph-diff.h b/llvm/tools/llvm-xray/xray-graph-diff.h
index 5d12c56..c2b2a93 100644
--- a/llvm/tools/llvm-xray/xray-graph-diff.h
+++ b/llvm/tools/llvm-xray/xray-graph-diff.h
@@ -15,7 +15,6 @@
#define XRAY_GRAPH_DIFF_H
#include "xray-graph.h"
-#include "llvm/ADT/StringMap.h"
#include "llvm/XRay/Graph.h"
namespace llvm {