Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / opt / GraphPrinters.cpp
index 472fe07f21a59d4dfa4f8f7d6fdec58f313e600c..c7481e5ae6ad629a43fdf9485f6dd1ba6fe2ce9a 100644 (file)
 
 #include "llvm/Analysis/CallGraph.h"
 #include "llvm/Analysis/Dominators.h"
 
 #include "llvm/Analysis/CallGraph.h"
 #include "llvm/Analysis/Dominators.h"
+#include "llvm/IR/Value.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/GraphWriter.h"
 #include "llvm/Support/ToolOutputFile.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/GraphWriter.h"
 #include "llvm/Support/ToolOutputFile.h"
-#include "llvm/Value.h"
 using namespace llvm;
 
 template<typename GraphType>
 using namespace llvm;
 
 template<typename GraphType>