Remove needless #include

llvm-svn: 3117
This commit is contained in:
Chris Lattner 2002-07-27 05:25:29 +00:00
parent ec2780457d
commit 86e5192d95
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>