Remove unneeded #include.

llvm-svn: 73911
This commit is contained in:
Owen Anderson 2009-06-22 22:09:07 +00:00
parent b4f58ad636
commit 3c420a892f

View File

@ -28,7 +28,6 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/GetElementPtrTypeIterator.h"
#include "llvm/Support/ManagedStatic.h"
#include <algorithm>
using namespace llvm;