Changes For Bug 352
[oota-llvm.git] / lib / VMCore / Type.cpp
index bd0da45f460f294c39f72ea786a39318f94e596e..0c76d1604b867a02413ddd835612d570354fe85d 100644 (file)
@@ -15,9 +15,9 @@
 #include "llvm/DerivedTypes.h"
 #include "llvm/SymbolTable.h"
 #include "llvm/Constants.h"
-#include "Support/DepthFirstIterator.h"
-#include "Support/StringExtras.h"
-#include "Support/STLExtras.h"
+#include "llvm/ADT/DepthFirstIterator.h"
+#include "llvm/ADT/StringExtras.h"
+#include "llvm/ADT/STLExtras.h"
 #include <algorithm>
 #include <iostream>
 using namespace llvm;