aboutsummaryrefslogtreecommitdiff
path: root/lib/libcxx/include/stdexcept
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/include/stdexcept')
-rw-r--r--lib/libcxx/include/stdexcept6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcxx/include/stdexcept b/lib/libcxx/include/stdexcept
index c0470d1e1d..5df2050ee4 100644
--- a/lib/libcxx/include/stdexcept
+++ b/lib/libcxx/include/stdexcept
@@ -1,5 +1,5 @@
// -*- C++ -*-
-//===--------------------------- stdexcept --------------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -42,9 +42,9 @@ public:
*/
#include <__config>
+#include <cstdlib>
#include <exception>
#include <iosfwd> // for string forward decl
-#include <cstdlib>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
@@ -209,7 +209,7 @@ public:
#endif
};
-} // std
+} // namespace std
_LIBCPP_BEGIN_NAMESPACE_STD