summaryrefslogtreecommitdiff
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
commit18ad485bf51c93dff16deaa3fafdea6eeec351f4 (patch)
tree991e09229368a93cfac0d5ed369988be39b8e2a6
parentdd5694203b8997cedcb40e4f1f12cd8a1999fa89 (diff)
downloadllvm-18ad485bf51c93dff16deaa3fafdea6eeec351f4.tar.gz
llvm-18ad485bf51c93dff16deaa3fafdea6eeec351f4.tar.bz2
llvm-18ad485bf51c93dff16deaa3fafdea6eeec351f4.tar.xz
Remove unused includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85074 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/System/DynamicLibrary.cpp1
-rw-r--r--lib/System/Path.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/System/DynamicLibrary.cpp b/lib/System/DynamicLibrary.cpp
index 6efab948fa..7eb9f5f3ef 100644
--- a/lib/System/DynamicLibrary.cpp
+++ b/lib/System/DynamicLibrary.cpp
@@ -15,7 +15,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/System/DynamicLibrary.h"
-#include "llvm/Support/ManagedStatic.h"
#include "llvm/Config/config.h"
#include <cstdio>
#include <cstring>
diff --git a/lib/System/Path.cpp b/lib/System/Path.cpp
index df33574809..8e1fa538b7 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>