Changes For Bug 352
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
index b8208d4a4c70f6ef464723db986ef9194ed4c588..45a771f9dfe20a52647ed4c5785f8eaad7265a13 100644 (file)
@@ -32,9 +32,9 @@
 #include "llvm/Support/GetElementPtrTypeIterator.h"
 #include "llvm/Support/InstVisitor.h"
 #include "llvm/Support/Mangler.h"
-#include "Support/StringExtras.h"
-#include "Support/MathExtras.h"
-#include "Config/config.h"
+#include "llvm/ADT/StringExtras.h"
+#include "llvm/Support/MathExtras.h"
+#include "llvm/Config/config.h"
 #include <algorithm>
 #include <iostream>
 #include <sstream>