Changes For Bug 352
[oota-llvm.git] / tools / llvm-link / llvm-link.cpp
index 3cd3c7b54dd8929298c3d57e4ec5fec88e761c01..664529850c533fb6a5bc2f0589392c44510374ba 100644 (file)
@@ -17,8 +17,8 @@
 #include "llvm/Bytecode/Reader.h"
 #include "llvm/Bytecode/Writer.h"
 #include "llvm/Support/Linker.h"
-#include "Support/CommandLine.h"
-#include "Support/FileUtilities.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/FileUtilities.h"
 #include "llvm/System/Signals.h"
 #include <fstream>
 #include <iostream>