1176227Sbde// TR1 tgmath.h -*- C++ -*-
2176227Sbde
3176227Sbde// Copyright (C) 2006-2022 Free Software Foundation, Inc.
4176227Sbde//
5176227Sbde// This file is part of the GNU ISO C++ Library.  This library is free
6176227Sbde// software; you can redistribute it and/or modify it under the
7176227Sbde// terms of the GNU General Public License as published by the
8176227Sbde// Free Software Foundation; either version 3, or (at your option)
9176227Sbde// any later version.
10176227Sbde
11176227Sbde// This library is distributed in the hope that it will be useful,
12176227Sbde// but WITHOUT ANY WARRANTY; without even the implied warranty of
13176227Sbde// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14176227Sbde// GNU General Public License for more details.
15176227Sbde
16176227Sbde// Under Section 7 of GPL version 3, you are granted additional
17176227Sbde// permissions described in the GCC Runtime Library Exception, version
18176227Sbde// 3.1, as published by the Free Software Foundation.
19176227Sbde
20176227Sbde// You should have received a copy of the GNU General Public License and
21176227Sbde// a copy of the GCC Runtime Library Exception along with this program;
22176227Sbde// see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
23176227Sbde// <http://www.gnu.org/licenses/>.
24176227Sbde
25176227Sbde/** @file tr1/tgmath.h
26176227Sbde *  This is a TR1 C++ Library header.
27176227Sbde */
28176227Sbde
29176227Sbde#ifndef _GLIBCXX_TR1_TGMATH_H
30176227Sbde#define _GLIBCXX_TR1_TGMATH_H 1
31176227Sbde
32176227Sbde#include <tr1/ctgmath>
33176227Sbde
34176227Sbde#endif // _GLIBCXX_TR1_TGMATH_H
35176227Sbde