Remove extra #include

llvm-svn: 3652
This commit is contained in:
Chris Lattner 2002-09-10 15:43:30 +00:00
parent 7636598d94
commit 0580054142
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
#include "Support/LeakDetector.h"
#include "llvm/Value.h"
#include <set>
#include <iostream>
// Lazily allocate set so that release build doesn't have to do anything.
static std::set<const void*> *Objects = 0;

View File

@ -7,7 +7,6 @@
#include "Support/LeakDetector.h"
#include "llvm/Value.h"
#include <set>
#include <iostream>
// Lazily allocate set so that release build doesn't have to do anything.
static std::set<const void*> *Objects = 0;