aboutsummaryrefslogtreecommitdiff
path: root/lib/System/DynamicLibrary.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
commit18ad485bf51c93dff16deaa3fafdea6eeec351f4 (patch)
tree991e09229368a93cfac0d5ed369988be39b8e2a6 /lib/System/DynamicLibrary.cpp
parentdd5694203b8997cedcb40e4f1f12cd8a1999fa89 (diff)
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/DynamicLibrary.cpp')
-rw-r--r--lib/System/DynamicLibrary.cpp1
1 files changed, 0 insertions, 1 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>