aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FoldingSet.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2020-03-11 15:30:04 -0700
committerReid Kleckner <rnk@google.com>2020-03-11 15:45:34 -0700
commit47359fbd2e8810c37bc79d42ed752b3fbb3034b3 (patch)
tree7618d814835f8e575b26733c356164bbfab7d953 /llvm/lib/Support/FoldingSet.cpp
parentee87b22a1293bf6f0585e1768976bf717670a578 (diff)
downloadllvm-47359fbd2e8810c37bc79d42ed752b3fbb3034b3.zip
llvm-47359fbd2e8810c37bc79d42ed752b3fbb3034b3.tar.gz
llvm-47359fbd2e8810c37bc79d42ed752b3fbb3034b3.tar.bz2
Drop a StringMap.h include, NFC
$ diff -u <(sort thedeps-before.txt) <(sort thedeps-after.txt) \ | grep '^[-+] ' | sort | uniq -c | sort -nr 231 - llvm/include/llvm/ADT/StringMap.h 171 - llvm/include/llvm/Support/AllocatorBase.h 142 - llvm/include/llvm/Support/PointerLikeTypeTraits.h
Diffstat (limited to 'llvm/lib/Support/FoldingSet.cpp')
-rw-r--r--llvm/lib/Support/FoldingSet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/FoldingSet.cpp b/llvm/lib/Support/FoldingSet.cpp
index ce6f196..6f67bb3 100644
--- a/llvm/lib/Support/FoldingSet.cpp
+++ b/llvm/lib/Support/FoldingSet.cpp
@@ -13,6 +13,7 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/ADT/Hashing.h"
+#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Host.h"