Remove an unnecessary header.

llvm-svn: 77725
This commit is contained in:
Dan Gohman 2009-07-31 20:47:45 +00:00
parent 740749b470
commit f3ee7eaac3
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
#define DEBUG_TYPE "memdep"
#include "llvm/Analysis/MemoryDependenceAnalysis.h"
#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include "llvm/IntrinsicInst.h"
#include "llvm/Function.h"