]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_log10f_compat.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / math / w_log10f_compat.c
index 9cee2185d2a05cd650111bfc3a646c55f34fb05b..268e92d0f7ffba27c98f437c70ed8408efba8264 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2018 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
 
 
    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 <fenv.h>
 #include <math.h>
 #include <math_private.h>
-#include <fenv_private.h>
 #include <math-svid-compat.h>
 #include <libm-alias-float.h>