From: Benjamin Kramer Date: Thu, 19 Nov 2009 15:48:14 +0000 (+0000) Subject: Remove the now obsolete algorithm include from StringRef.h. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=1acdcd5b0d0893e6c9a3b7618a7facf9e2d5dec6 Remove the now obsolete algorithm include from StringRef.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89354 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/StringRef.h b/include/llvm/ADT/StringRef.h index 3b3f3cd94ab..f299f5fd651 100644 --- a/include/llvm/ADT/StringRef.h +++ b/include/llvm/ADT/StringRef.h @@ -10,9 +10,9 @@ #ifndef LLVM_ADT_STRINGREF_H #define LLVM_ADT_STRINGREF_H -#include #include #include +#include #include namespace llvm {