Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / llvm-diff / DiffConsumer.cpp
index 592ae702fa7bcca2b4661d842168131b7815b10c..9078013c1c1637259c4bc6b836e9ba51bf69d63c 100644 (file)
@@ -12,8 +12,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "DiffConsumer.h"
-#include "llvm/Instructions.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/ErrorHandling.h"
 
 using namespace llvm;