diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-22 00:46:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-22 00:46:48 +0000 |
commit | 29f921ca75d44fc36c10f0e2597470b4b3ada6e0 (patch) | |
tree | 33f25a699dff4115092339479fb50cdeca3cff4e /include/llvm/Support/ProgramOption.h | |
parent | c03520210c91fc756eb0f722cb9b444a86d2fa37 (diff) | |
download | external_llvm-29f921ca75d44fc36c10f0e2597470b4b3ada6e0.zip external_llvm-29f921ca75d44fc36c10f0e2597470b4b3ada6e0.tar.gz external_llvm-29f921ca75d44fc36c10f0e2597470b4b3ada6e0.tar.bz2 |
Remove String file some more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/ProgramOption.h')
-rw-r--r-- | include/llvm/Support/ProgramOption.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Support/ProgramOption.h b/include/llvm/Support/ProgramOption.h index a2502e4..767e27c 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 ************************/ |