mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Remove extra #include
llvm-svn: 3652
This commit is contained in:
parent
7636598d94
commit
0580054142
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user