source: mainline/uspace/lib/cpp/include/locale@ 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: 362 bytes
RevLine 
[e1a3ab7]1/*
[b57ba05]2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
[e1a3ab7]3 *
[b57ba05]4 * SPDX-License-Identifier: BSD-3-Clause
[e1a3ab7]5 */
6
[b57a3ee]7#include <__bits/locale/codecvt.hpp>
8#include <__bits/locale/ctype.hpp>
9#include <__bits/locale/locale.hpp>
10#include <__bits/locale/locale_misc.hpp>
11#include <__bits/locale/num_get.hpp>
12#include <__bits/locale/num_put.hpp>
13#include <__bits/locale/numpunct.hpp>
Note: See TracBrowser for help on using the repository browser.