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:
Chris Lattner 2001-07-22 00:46:48 +00:00
parent c03520210c
commit 29f921ca75
3 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@
//*************************** User Include Files ***************************/
#include "llvm/Support/Unique.h"
#include "llvm/Support/StringUtils.h"
//********************** Local Variable Definitions ************************/

View File

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

View File

@ -31,7 +31,6 @@
#include "llvm/Support/ProgramOptions.h"
#include "llvm/Support/ProgramOption.h"
#include "llvm/Support/StringUtils.h"
//************************** Method Definitions ****************************/