diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-01-19 23:36:31 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-01-19 23:36:31 +0000 |
commit | 1d4eda0d2362c7404a81bb0e1e308565b8a4b8f9 (patch) | |
tree | da5a6b2829fa072fe1ae806b45f6b5cc70a3e313 /Build/source/libs/gmp/gmp-src/rand/randmui.c | |
parent | d2777035be2644c9649530be7f9fa31c8abaaf63 (diff) |
gmp-6.2.0
git-svn-id: svn://tug.org/texlive/trunk@53461 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gmp/gmp-src/rand/randmui.c')
-rw-r--r-- | Build/source/libs/gmp/gmp-src/rand/randmui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/libs/gmp/gmp-src/rand/randmui.c b/Build/source/libs/gmp/gmp-src/rand/randmui.c index 2d4ef86aa32..d3292db1bd1 100644 --- a/Build/source/libs/gmp/gmp-src/rand/randmui.c +++ b/Build/source/libs/gmp/gmp-src/rand/randmui.c @@ -28,7 +28,6 @@ You should have received copies of the GNU General Public License and the GNU Lesser General Public License along with the GNU MP Library. If not, see https://www.gnu.org/licenses/. */ -#include "gmp.h" #include "gmp-impl.h" #include "longlong.h" |