]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_fdim_template.c
Remove unnecessary math_private.h includes.
[thirdparty/glibc.git] / math / s_fdim_template.c
index c8fa71f92bdb5802a8e07d135730aa728647d588..e40c19f7a70ade4b2d8e7cdc62a6fc9bb0098ec7 100644 (file)
@@ -20,7 +20,6 @@
 #include <errno.h>
 #include <math.h>
 #include <math-narrow-eval.h>
-#include <math_private.h>
 
 FLOAT
 M_DECL_FUNC (__fdim) (FLOAT x, FLOAT y)