Remove the now obsolete algorithm include from StringRef.h.

llvm-svn: 89354
This commit is contained in:
Benjamin Kramer 2009-11-19 15:48:14 +00:00
parent 0138b9e1db
commit 879f8c1382
1 changed files with 1 additions and 1 deletions

View 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 {