[libunwind] Remove unused includes.

llvm-svn: 246143
This commit is contained in:
Peter Zotov 2015-08-27 06:58:31 +00:00
parent d020b77295
commit 43ad01462a
3 changed files with 0 additions and 6 deletions

View File

@ -18,8 +18,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include "libunwind.h"
#include "dwarf2.h"

View File

@ -14,7 +14,6 @@
#define __REGISTERS_HPP__
#include <stdint.h>
#include <strings.h>
#include <string.h>
#include "libunwind.h"

View File

@ -16,9 +16,6 @@
#include <cstdlib> // getenv
#endif
#include <new>
#include <tuple>
#include <memory>
#include <vector>
#include <algorithm>
#include "libunwind_ext.h"