Purge unused includes throughout libSupport.
[oota-llvm.git] / lib / Support / Process.cpp
index ad67e1b10b48b95241a1bcd42f4118f47995e57a..d0c1748757d4e43d9dc675f7211ad56bf108aa62 100644 (file)
@@ -13,8 +13,8 @@
 
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Config/config.h"
-#include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/FileSystem.h"
+#include "llvm/Support/Path.h"
 #include "llvm/Support/Process.h"
 #include "llvm/Support/Program.h"