I swear I did a make clean and make before committing all this...
[oota-llvm.git] / lib / CompilerDriver / Tool.cpp
index c8488b226e28747bd62c11b84b205cc138a967ce..232bd41c4ba2a288207f81cfd6b8de3bb2b7bfc9 100644 (file)
@@ -15,7 +15,7 @@
 #include "llvm/CompilerDriver/Tool.h"
 
 #include "llvm/ADT/StringExtras.h"
-#include "llvm/System/Path.h"
+#include "llvm/Support/Path.h"
 
 #include <algorithm>