[libc++][NFC] Fix header guard for <typeinfo>

This commit is contained in:
Louis Dionne 2023-06-01 08:06:44 -07:00
parent 2c3c1902a3
commit 99941f6308

View File

@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef __LIBCPP_TYPEINFO
#define __LIBCPP_TYPEINFO
#ifndef _LIBCPP_TYPEINFO
#define _LIBCPP_TYPEINFO
/*
@ -419,4 +419,4 @@ _LIBCPP_END_NAMESPACE_STD
# include <type_traits>
#endif
#endif // __LIBCPP_TYPEINFO
#endif // _LIBCPP_TYPEINFO