Remove needless #include

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-07-27 05:25:29 +00:00
parent a59cbb2043
commit 99b7c1a9ea
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
//===----------------------------------------------------------------------===//
#include "Support/CommandLine.h"
#include "Support/STLExtras.h"
#include <algorithm>
#include <map>
#include <set>

View File

@ -10,7 +10,6 @@
//===----------------------------------------------------------------------===//
#include "Support/CommandLine.h"
#include "Support/STLExtras.h"
#include <algorithm>
#include <map>
#include <set>