[libc++][NFC] Fix include guard for some detail header

This commit is contained in:
Louis Dionne 2021-10-04 13:36:08 -04:00
parent 2e93453114
commit 83bc88174e
1 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef _LIBCPP___FUNCTIONAL___ALLOCATOR_ARG_T_H
#define _LIBCPP___FUNCTIONAL___ALLOCATOR_ARG_T_H
#ifndef _LIBCPP___FUNCTIONAL_ALLOCATOR_ARG_T_H
#define _LIBCPP___FUNCTIONAL_ALLOCATOR_ARG_T_H
#include <__config>
#include <__memory/uses_allocator.h>
@ -75,4 +75,4 @@ void __user_alloc_construct_impl (integral_constant<int, 2>, _Tp *__storage, con
_LIBCPP_END_NAMESPACE_STD
#endif // _LIBCPP___FUNCTIONAL___ALLOCATOR_ARG_T_H
#endif // _LIBCPP___FUNCTIONAL_ALLOCATOR_ARG_T_H