]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_iseqsig_template.c
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / math / s_iseqsig_template.c
index 06cf9c097c1f80141704e1779705c95b13bec824..0bd75d0898131f3f7b1421926088a4f1f7584b2c 100644 (file)
@@ -1,5 +1,5 @@
 /* Test whether X == Y.
-   Copyright (C) 2016-2017 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
@@ -19,7 +19,6 @@
 #include <errno.h>
 #include <fenv.h>
 #include <math.h>
-#include <math_private.h>
 #include <stdbool.h>
 #include <fix-fp-int-compare-invalid.h>