summaryrefslogtreecommitdiff
path: root/math/fromfp.h
diff options
context:
space:
mode:
Diffstat (limited to 'math/fromfp.h')
-rw-r--r--math/fromfp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/fromfp.h b/math/fromfp.h
index 9d102a635f..a511ae391b 100644
--- a/math/fromfp.h
+++ b/math/fromfp.h
@@ -1,5 +1,5 @@
/* Round to integer type. Common helper functions.
- Copyright (C) 2016-2018 Free Software Foundation, Inc.
+ Copyright (C) 2016-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
@@ -14,14 +14,13 @@
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 <errno.h>
#include <fenv.h>
#include <float.h>
#include <math.h>
#include <math-barriers.h>
-#include <math_private.h>
#include <stdbool.h>
#include <stdint.h>