diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-09-06 21:06:41 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-09-06 21:06:41 +0000 |
| commit | 350eb528192fdb8b227d25364bb4f5c936c0c461 (patch) | |
| tree | 4ce2f79315f0d5d1f9d5cf723ad37bb6ac628136 /libcxx/include/typeinfo | |
| parent | b9c1b51e45b845debb76d8658edabca70ca56079 (diff) | |
| download | bcm5719-llvm-350eb528192fdb8b227d25364bb4f5c936c0c461.tar.gz bcm5719-llvm-350eb528192fdb8b227d25364bb4f5c936c0c461.zip | |
Revert r280743 and r280745. Remove <cstdlib> include from `<exception>`
Apparently I missed a number of additional include which need to be added.
Reverting so I can recommit as a single patch with all of the required includes.
llvm-svn: 280752
Diffstat (limited to 'libcxx/include/typeinfo')
| -rw-r--r-- | libcxx/include/typeinfo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/typeinfo b/libcxx/include/typeinfo index 0c6dfe344c8..d3155e459b9 100644 --- a/libcxx/include/typeinfo +++ b/libcxx/include/typeinfo @@ -61,7 +61,6 @@ public: #include <exception> #include <cstddef> #include <cstdint> -#include <cstdlib> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header |

