Remove String file some more
authorChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2001 00:46:48 +0000 (00:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Jul 2001 00:46:48 +0000 (00:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ProgramOption.h
include/llvm/Support/ProgramOptions.h
support/lib/Support/ProgramOptions.cpp

index a2502e487e7004604810304f0f92880ef69ff3a9..767e27ccfdfd4b60268248014ff3c41d420737f5 100644 (file)
@@ -24,7 +24,6 @@
 //*************************** User Include Files ***************************/
 
 #include "llvm/Support/Unique.h"
-#include "llvm/Support/StringUtils.h"
 
 //********************** Local Variable Definitions ************************/
 
index 944cd19aa410fa0006493bc3bf20e472af62ed0c..f2a4f7c6010bc7bee4f4ab56701750822f2c67b9 100644 (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 {
index c9df10a59ed80180136614145f3d3df55218b629..08fe3fd8a4327758257bb65f4e2ad6722c613fc6 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "llvm/Support/ProgramOptions.h"
 #include "llvm/Support/ProgramOption.h"
-#include "llvm/Support/StringUtils.h" 
 
 
 //************************** Method Definitions ****************************/