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 | 99b7c1a9ead9be905d5ba97a5c4da1b066c07fe3 (patch) | |
tree | 927dabdf646491a4f62b1fc45f39631590d6f5dc /support/lib/Support/CommandLine.cpp | |
parent | a59cbb2043c08f3cfb8fb379f0d336e21e070be8 (diff) |
Remove needless #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support/lib/Support/CommandLine.cpp')
-rw-r--r-- | support/lib/Support/CommandLine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/lib/Support/CommandLine.cpp b/support/lib/Support/CommandLine.cpp index e125ebeb82..fc3d62b357 100644 --- a/support/lib/Support/CommandLine.cpp +++ b/support/lib/Support/CommandLine.cpp @@ -10,7 +10,6 @@ //===----------------------------------------------------------------------===// #include "Support/CommandLine.h" -#include "Support/STLExtras.h" #include <algorithm> #include <map> #include <set> |