I swear I did a make clean and make before committing all this...
[oota-llvm.git] / tools / lto / LTOCodeGenerator.cpp
index 97827643e8573ef0446726e40656a5a49da1bcda..c7a62268d7c07b3821ac24092d77da2d883c8b74 100644 (file)
@@ -40,9 +40,9 @@
 #include "llvm/Support/StandardPasses.h"
 #include "llvm/Support/SystemUtils.h"
 #include "llvm/Support/ToolOutputFile.h"
-#include "llvm/System/Host.h"
-#include "llvm/System/Program.h"
-#include "llvm/System/Signals.h"
+#include "llvm/Support/Host.h"
+#include "llvm/Support/Program.h"
+#include "llvm/Support/Signals.h"
 #include "llvm/Config/config.h"
 #include <cstdlib>
 #include <unistd.h>