[libc++] NFC: Simplify incude of <cstdlib>

We include <exception>, which includes <cstdlib> unconditionally anyway.
This commit is contained in:
Louis Dionne 2020-11-11 17:04:32 -05:00
parent a7b6574144
commit 69ca17a92c
1 changed files with 1 additions and 3 deletions

View File

@ -42,11 +42,9 @@ public:
*/
#include <__config>
#include <cstdlib>
#include <exception>
#include <iosfwd> // for string forward decl
#ifdef _LIBCPP_NO_EXCEPTIONS
#include <cstdlib>
#endif
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header