1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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 2d2fb3f6ec
commit 3e24786569

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 {