# HG changeset patch # User Tero Koskinen # Date 1704229120 -7200 # Tue Jan 02 22:58:40 2024 +0200 # Node ID 90a280a18966d0beeefd01f3c95e37ba9797d67c # Parent cc7586a28b123693e12ea2b3219aca77a90ad0d5 No need to with ancestor (Ahven) in Ahven.Framework. Noticed by GNAT. diff --git a/src/ahven-framework.ads b/src/ahven-framework.ads --- a/src/ahven-framework.ads +++ b/src/ahven-framework.ads @@ -18,7 +18,6 @@ with Ada.Finalization; -with Ahven; with Ahven.Listeners; with Ahven.SList; with Ahven.AStrings;