Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / CFG.h
index f5dc8ea055a37e064f4f0776714a2fe887f4ea9e..a9fb65cba905a174e7aed59519ce6c77bc5b23c9 100644 (file)
@@ -16,8 +16,8 @@
 #define LLVM_SUPPORT_CFG_H
 
 #include "llvm/ADT/GraphTraits.h"
-#include "llvm/Function.h"
-#include "llvm/InstrTypes.h"
+#include "llvm/IR/Function.h"
+#include "llvm/IR/InstrTypes.h"
 
 namespace llvm {