]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_cexp_template.c
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / math / s_cexp_template.c
index 766681a2bbc57799a37388a1eec2692c9a14d8d8..c1c74ae0ef2a50b5f9b8ac6bada3e35012273219 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.
 
@@ -21,7 +21,6 @@
 #include <fenv.h>
 #include <math.h>
 #include <math_private.h>
-#include <fenv_private.h>
 #include <math-underflow.h>
 #include <float.h>