mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 12:45:47 +00:00
Remove String file some more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c03520210c
commit
29f921ca75
@ -24,7 +24,6 @@
|
||||
//*************************** User Include Files ***************************/
|
||||
|
||||
#include "llvm/Support/Unique.h"
|
||||
#include "llvm/Support/StringUtils.h"
|
||||
|
||||
//********************** Local Variable Definitions ************************/
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "llvm/Support/Unique.h"
|
||||
#include <vector>
|
||||
#include <hash_map>
|
||||
#include <string>
|
||||
|
||||
template <> struct hash<string> {
|
||||
size_t operator()(string const &str) const {
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
#include "llvm/Support/ProgramOptions.h"
|
||||
#include "llvm/Support/ProgramOption.h"
|
||||
#include "llvm/Support/StringUtils.h"
|
||||
|
||||
|
||||
//************************** Method Definitions ****************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user