aboutsummaryrefslogtreecommitdiff
path: root/llvm/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
commit083524ae5c726009555bbe4ffeb0f4587a8e18c6 (patch)
tree7f8ca066e32afb16aaae08ef971baf465bf40c33 /llvm/lib/System/DynamicLibrary.cpp
parentb7df3c66c8effa49f1f0c793b57aaaa6f9c6a758 (diff)
downloadllvm-083524ae5c726009555bbe4ffeb0f4587a8e18c6.zip
llvm-083524ae5c726009555bbe4ffeb0f4587a8e18c6.tar.gz
llvm-083524ae5c726009555bbe4ffeb0f4587a8e18c6.tar.bz2
Remove unused includes.
llvm-svn: 85074
Diffstat (limited to 'llvm/lib/System/DynamicLibrary.cpp')
-rw-r--r--llvm/lib/System/DynamicLibrary.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/System/DynamicLibrary.cpp b/llvm/lib/System/DynamicLibrary.cpp
index 6efab94..7eb9f5f 100644
--- a/llvm/lib/System/DynamicLibrary.cpp
+++ b/llvm/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>