From 99b7c1a9ead9be905d5ba97a5c4da1b066c07fe3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 Jul 2002 05:25:29 +0000 Subject: [PATCH] Remove needless #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3117 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CommandLine.cpp | 1 - support/lib/Support/CommandLine.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index e125ebeb822..fc3d62b3570 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -10,7 +10,6 @@ //===----------------------------------------------------------------------===// #include "Support/CommandLine.h" -#include "Support/STLExtras.h" #include #include #include diff --git a/support/lib/Support/CommandLine.cpp b/support/lib/Support/CommandLine.cpp index e125ebeb822..fc3d62b3570 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 #include #include