Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / DataFlow.h
index cc3ff0da5c31d9198b1d6725dba40e1ae99cd8f5..a09ccaac27893326ba1642347a67e3771e472b17 100644 (file)
@@ -15,7 +15,7 @@
 #define LLVM_SUPPORT_DATAFLOW_H
 
 #include "llvm/ADT/GraphTraits.h"
-#include "llvm/User.h"
+#include "llvm/IR/User.h"
 
 namespace llvm {