Remove GetUserHomeDirectory.
[oota-llvm.git] / lib / Support / SystemUtils.cpp
index 9646d75bd2eccea270d2094d417d8029e19bf40e..54b5e97bfe18daa2712650aef07b57d102666b79 100644 (file)
@@ -13,8 +13,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/SystemUtils.h"
-#include "llvm/System/Process.h"
-#include "llvm/System/Program.h"
+#include "llvm/Support/Process.h"
+#include "llvm/Support/Program.h"
 #include "llvm/Support/raw_ostream.h"
 using namespace llvm;