From 8e7cea012dc04559e5b2c64f64e916e5641adf1e Mon Sep 17 00:00:00 2001 From: LainLayer Date: Wed, 27 Mar 2024 23:25:02 +0300 Subject: fix warning `renamed predefined unit is an obsolescent feature` --- eepers.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eepers.adb b/eepers.adb index 9520b93..3dcee82 100644 --- a/eepers.adb +++ b/eepers.adb @@ -1,5 +1,4 @@ -with Ada.Text_IO; -with Text_IO; use Text_IO; +with Ada.Text_IO; use Ada.Text_IO; with Interfaces.C; use Interfaces.C; with Raylib; use Raylib; with Raymath; use Raymath; -- cgit v1.2.3