]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/riscv/rv64/rvd/s_roundeven.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / riscv / rv64 / rvd / s_roundeven.c
index 484eb8188808da2a873e008c615f5171065f1743..8744b245ef98c00f127d5e077a4f81261a076f64 100644 (file)
@@ -1,5 +1,5 @@
 /* Round to nearest integer value, rounding halfway cases to even.
-   Copyright (C) 2017-2018 Free Software Foundation, Inc.
+   Copyright (C) 2017-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
-#include <math_private.h>
 #include <fenv_private.h>
 #include <libm-alias-double.h>
 #include <stdint.h>