Changes For Bug 352
[oota-llvm.git] / lib / Analysis / DataStructure / Local.cpp
index 34c56dc2ea709aceb7969b00514724128e73057d..b21f2f10243c07cc275abba541503c7b425da455 100644 (file)
@@ -21,9 +21,9 @@
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Target/TargetData.h"
-#include "Support/CommandLine.h"
-#include "Support/Debug.h"
-#include "Support/Timer.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Debug.h"
+#include "llvm/Support/Timer.h"
 
 // FIXME: This should eventually be a FunctionPass that is automatically
 // aggregated into a Pass.