From d79bd2e78a2602baf8cd2b277ef35d350a040121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Tue, 25 Jun 2024 22:23:58 +0200 Subject: [PATCH] Removed unused unit includes, left from older changes --- UNumberTheory.pas | 2 +- solvers/UNeverTellMeTheOdds.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UNumberTheory.pas b/UNumberTheory.pas index c99a04e..99b7fd5 100644 --- a/UNumberTheory.pas +++ b/UNumberTheory.pas @@ -22,7 +22,7 @@ unit UNumberTheory; interface uses - Classes, SysUtils, Generics.Collections, Math; + Classes, SysUtils; type diff --git a/solvers/UNeverTellMeTheOdds.pas b/solvers/UNeverTellMeTheOdds.pas index af87de3..a4c03fd 100644 --- a/solvers/UNeverTellMeTheOdds.pas +++ b/solvers/UNeverTellMeTheOdds.pas @@ -22,7 +22,7 @@ unit UNeverTellMeTheOdds; interface uses - Classes, SysUtils, Generics.Collections, Math, USolver, UNumberTheory, UBigInt, UPolynomial, UPolynomialRoots; + Classes, SysUtils, Generics.Collections, Math, USolver, UBigInt, UPolynomial, UPolynomialRoots; type