Remove useless includes pulled in by libunwind.
These aren't used by libunwind in any configuration and should be also removed in upstream.
This commit is contained in:
parent
f6639c1833
commit
a8cd3b9adc
|
@ -1,4 +0,0 @@
|
|||
#ifndef __CXX_MEMORY
|
||||
#define __CXX_MEMORY
|
||||
|
||||
#endif /* __CXX_MEMORY */
|
|
@ -1,4 +0,0 @@
|
|||
#ifndef __CXX_TUPLE
|
||||
#define __CXX_TUPLE
|
||||
|
||||
#endif /* __CXX_TUPLE */
|
|
@ -1,4 +0,0 @@
|
|||
#ifndef __CXX_VECTOR
|
||||
#define __CXX_VECTOR
|
||||
|
||||
#endif /* __CXX_VECTOR */
|
|
@ -0,0 +1 @@
|
|||
#define LIBCXXABI_ARM_EHABI 0
|
|
@ -1,2 +0,0 @@
|
|||
// This is some obsolete BSD crap that libunwind pulls in
|
||||
// that's so old and useless it's not worth putting into libbase.
|
|
@ -1 +1 @@
|
|||
Subproject commit 7ce966d59aa6c5a8b962dca43a34279b69bec597
|
||||
Subproject commit 70a7d2ad43da6ebf9113b0101bfd4b202e0c7b6b
|
Loading…
Reference in New Issue