]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_cexp_template.c
Fix http: URL in 'configure'
[thirdparty/glibc.git] / math / s_cexp_template.c
index 766681a2bbc57799a37388a1eec2692c9a14d8d8..6cc895b0aedb9bf7529ee314c1f8ab5126be87d2 100644 (file)
@@ -1,5 +1,5 @@
 /* Return value of complex exponential function for a float type.
-   Copyright (C) 1997-2018 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 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 <fenv.h>
 #include <math.h>
 #include <math_private.h>
-#include <fenv_private.h>
 #include <math-underflow.h>
 #include <float.h>