Remove the now obsolete algorithm include from StringRef.h.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 19 Nov 2009 15:48:14 +0000 (15:48 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 19 Nov 2009 15:48:14 +0000 (15:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89354 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/StringRef.h

index 3b3f3cd94abe9a0cab8d69067d86b1bba10a693c..f299f5fd65179584476fda220f5762e80a0accbb 100644 (file)
@@ -10,9 +10,9 @@
 #ifndef LLVM_ADT_STRINGREF_H
 #define LLVM_ADT_STRINGREF_H
 
-#include <algorithm>
 #include <cassert>
 #include <cstring>
+#include <utility>
 #include <string>
 
 namespace llvm {