diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-27 05:25:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-27 05:25:29 +0000 |
commit | e04258db39f76da4e2b63473b9a80a8fc6eb6f13 (patch) | |
tree | ff27292b753f44a94ca1cd336e12ed2b33f7ddd1 /llvm/support/lib/Support/CommandLine.cpp | |
parent | 2675007573b820d1c084afe560105ab8a622d942 (diff) | |
download | bcm5719-llvm-e04258db39f76da4e2b63473b9a80a8fc6eb6f13.tar.gz bcm5719-llvm-e04258db39f76da4e2b63473b9a80a8fc6eb6f13.zip |
Remove needless #include
llvm-svn: 3117
Diffstat (limited to 'llvm/support/lib/Support/CommandLine.cpp')
-rw-r--r-- | llvm/support/lib/Support/CommandLine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/support/lib/Support/CommandLine.cpp b/llvm/support/lib/Support/CommandLine.cpp index e125ebeb822..fc3d62b3570 100644 --- a/llvm/support/lib/Support/CommandLine.cpp +++ b/llvm/support/lib/Support/CommandLine.cpp @@ -10,7 +10,6 @@ //===----------------------------------------------------------------------===// #include "Support/CommandLine.h" -#include "Support/STLExtras.h" #include <algorithm> #include <map> #include <set> |