[PATCH] D100657: [Support] Don't include <algorithm> in Hashing.h
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 09:06:12 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGef620c40f371: [Support] Don't include <algorithm> in Hashing.h (authored by thakis).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100657/new/
https://reviews.llvm.org/D100657
Files:
llvm/include/llvm/ADT/Hashing.h
Index: llvm/include/llvm/ADT/Hashing.h
===================================================================
--- llvm/include/llvm/ADT/Hashing.h
+++ llvm/include/llvm/ADT/Hashing.h
@@ -48,7 +48,6 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/SwapByteOrder.h"
#include "llvm/Support/type_traits.h"
-#include <algorithm>
#include <cassert>
#include <cstring>
#include <string>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100657.338144.patch
Type: text/x-patch
Size: 399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210416/0b8a9232/attachment.bin>
More information about the llvm-commits
mailing list