summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-22 00:46:48 +0000
committerChris Lattner <sabre@nondot.org>2001-07-22 00:46:48 +0000
commit29f921ca75d44fc36c10f0e2597470b4b3ada6e0 (patch)
tree33f25a699dff4115092339479fb50cdeca3cff4e
parentc03520210c91fc756eb0f722cb9b444a86d2fa37 (diff)
downloadllvm-29f921ca75d44fc36c10f0e2597470b4b3ada6e0.tar.gz
llvm-29f921ca75d44fc36c10f0e2597470b4b3ada6e0.tar.bz2
llvm-29f921ca75d44fc36c10f0e2597470b4b3ada6e0.tar.xz
Remove String file some more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Support/ProgramOption.h1
-rw-r--r--include/llvm/Support/ProgramOptions.h1
-rw-r--r--support/lib/Support/ProgramOptions.cpp1
3 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Support/ProgramOption.h b/include/llvm/Support/ProgramOption.h
index a2502e487e..767e27ccfd 100644
--- a/include/llvm/Support/ProgramOption.h
+++ b/include/llvm/Support/ProgramOption.h
@@ -24,7 +24,6 @@
//*************************** User Include Files ***************************/
#include "llvm/Support/Unique.h"
-#include "llvm/Support/StringUtils.h"
//********************** Local Variable Definitions ************************/
diff --git a/include/llvm/Support/ProgramOptions.h b/include/llvm/Support/ProgramOptions.h
index 944cd19aa4..f2a4f7c601 100644
--- a/include/llvm/Support/ProgramOptions.h
+++ b/include/llvm/Support/ProgramOptions.h
@@ -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 {
diff --git a/support/lib/Support/ProgramOptions.cpp b/support/lib/Support/ProgramOptions.cpp
index c9df10a59e..08fe3fd8a4 100644
--- a/support/lib/Support/ProgramOptions.cpp
+++ b/support/lib/Support/ProgramOptions.cpp
@@ -31,7 +31,6 @@
#include "llvm/Support/ProgramOptions.h"
#include "llvm/Support/ProgramOption.h"
-#include "llvm/Support/StringUtils.h"
//************************** Method Definitions ****************************/