Changes For Bug 352
[oota-llvm.git] / lib / Analysis / DataStructure / IPModRef.cpp
index bf1940ebe64b5c7c3436c4189514200c9819be31..ccc15f74e499937f479ced2d1e6ac9b5a123ab44 100644 (file)
@@ -16,9 +16,9 @@
 #include "llvm/Analysis/DataStructure/DSGraph.h"
 #include "llvm/Module.h"
 #include "llvm/Instructions.h"
-#include "Support/Statistic.h"
-#include "Support/STLExtras.h"
-#include "Support/StringExtras.h"
+#include "llvm/ADT/Statistic.h"
+#include "llvm/ADT/STLExtras.h"
+#include "llvm/ADT/StringExtras.h"
 #include <vector>
 
 namespace llvm {