diff options
| author | Peter Zotov <whitequark@whitequark.org> | 2015-08-27 06:58:31 +0000 |
|---|---|---|
| committer | Peter Zotov <whitequark@whitequark.org> | 2015-08-27 06:58:31 +0000 |
| commit | a3e613de71af050c07199eaa53c3675708268dab (patch) | |
| tree | d4b204a372418c0d98d1009bbfbf1bce67c3b90d /src/libunwind.cpp | |
| parent | 7a61b66a65505b63781e5c538c3ea1253e1a717d (diff) | |
| download | platform_external_libunwind_llvm-a3e613de71af050c07199eaa53c3675708268dab.tar.gz platform_external_libunwind_llvm-a3e613de71af050c07199eaa53c3675708268dab.tar.bz2 platform_external_libunwind_llvm-a3e613de71af050c07199eaa53c3675708268dab.zip | |
[libunwind] Remove unused includes.
git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@246143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'src/libunwind.cpp')
| -rw-r--r-- | src/libunwind.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libunwind.cpp b/src/libunwind.cpp index c408e06..1552101 100644 --- a/src/libunwind.cpp +++ b/src/libunwind.cpp @@ -16,9 +16,6 @@ #include <cstdlib> // getenv #endif #include <new> -#include <tuple> -#include <memory> -#include <vector> #include <algorithm> #include "libunwind_ext.h" |
