]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_casinh_template.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / math / s_casinh_template.c
index 8433ce134de4d32023397d6e69caeb0026040f3d..5447ea335325218eec1041fe914fbb15bb8949ba 100644 (file)
@@ -1,5 +1,5 @@
 /* Return arc hyperbolic sine for a complex float type.
-   Copyright (C) 1997-2018 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <complex.h>
 #include <math.h>
-#include <math_private.h>
 
 CFLOAT
 M_DECL_FUNC (__casinh) (CFLOAT x)