Changes For Bug 352
[oota-llvm.git] / include / llvm / Support / CFG.h
index a20265cd0c4041fd74454f9eeeb724c96c267f22..badb846bac3dbb4da72fba1cbd269f4626e59d35 100644 (file)
 #ifndef LLVM_SUPPORT_CFG_H
 #define LLVM_SUPPORT_CFG_H
 
-#include "Support/GraphTraits.h"
+#include "llvm/ADT/GraphTraits.h"
 #include "llvm/Function.h"
 #include "llvm/InstrTypes.h"
-#include "Support/iterator"
+#include "llvm/ADT/iterator"
 
 namespace llvm {