source: mainline/uspace/lib/cpp/include/memory@ 8624d1f

Last change on this file since 8624d1f was b57ba05, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago

Update headers in C++ files

  • Property mode set to 100644
File size: 465 bytes
Line 
1/*
2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <__bits/memory/allocator_arg.hpp>
8#include <__bits/memory/allocator_traits.hpp>
9#include <__bits/memory/addressof.hpp>
10#include <__bits/memory/misc.hpp>
11#include <__bits/memory/owner_less.hpp>
12#include <__bits/memory/pointer_traits.hpp>
13#include <__bits/memory/shared_ptr.hpp>
14#include <__bits/memory/unique_ptr.hpp>
15#include <__bits/memory/weak_ptr.hpp>
Note: See TracBrowser for help on using the repository browser.