Changes For Bug 352
[oota-llvm.git] / projects / Stacker / lib / compiler / StackerParser.y
index 2256b30ccf788ec81dbd3ab965bc1b46d6655ab3..40411d962804b7447c4ee54df9ac580bc819a405 100644 (file)
@@ -16,8 +16,8 @@
 #include "llvm/SymbolTable.h"
 #include "llvm/Module.h"
 #include "llvm/Instructions.h"
-#include "Support/STLExtras.h"
-#include "Support/DepthFirstIterator.h"
+#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/DepthFirstIterator.h"
 #include <list>
 #include <utility>
 #include <algorithm>