aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Path.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2009-10-25 22:38:41 +0000
committerChandler Carruth <chandlerc@gmail.com>2009-10-25 22:38:41 +0000
commit4f13bfcd9890009dcab9454992134c486fc8a126 (patch)
tree991e09229368a93cfac0d5ed369988be39b8e2a6 /lib/System/Path.cpp
parent20f9924817aba90dc88c43b247671c6542fb523c (diff)
downloadexternal_llvm-4f13bfcd9890009dcab9454992134c486fc8a126.zip
external_llvm-4f13bfcd9890009dcab9454992134c486fc8a126.tar.gz
external_llvm-4f13bfcd9890009dcab9454992134c486fc8a126.tar.bz2
Remove unused includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/Path.cpp')
-rw-r--r--lib/System/Path.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp
index df33574..8e1fa53 100644
--- a/lib/System/Path.cpp
+++ b/lib/System/Path.cpp
@@ -13,7 +13,6 @@
#include "llvm/System/Path.h"
#include "llvm/Config/config.h"
-#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstring>
#include <ostream>