forked from OSchip/llvm-project
Remove the now obsolete algorithm include from StringRef.h.
llvm-svn: 89354
This commit is contained in:
parent
0138b9e1db
commit
879f8c1382
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue