Remove needless #include
authorChris Lattner <sabre@nondot.org>
Sat, 27 Jul 2002 05:25:29 +0000 (05:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Jul 2002 05:25:29 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3117 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/CommandLine.cpp
support/lib/Support/CommandLine.cpp

index e125ebeb82206966e64e770f4a0e6cc752e23008..fc3d62b357024e2107e6250e6a60d0545b77289a 100644 (file)
@@ -10,7 +10,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Support/CommandLine.h"
-#include "Support/STLExtras.h"
 #include <algorithm>
 #include <map>
 #include <set>
index e125ebeb82206966e64e770f4a0e6cc752e23008..fc3d62b357024e2107e6250e6a60d0545b77289a 100644 (file)
@@ -10,7 +10,6 @@
 //===----------------------------------------------------------------------===//
 
 #include "Support/CommandLine.h"
-#include "Support/STLExtras.h"
 #include <algorithm>
 #include <map>
 #include <set>