summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLainLayer <doggymangc@gmail.com>2024-03-27 23:25:02 +0300
committerLainLayer <doggymangc@gmail.com>2024-03-27 23:25:02 +0300
commit8e7cea012dc04559e5b2c64f64e916e5641adf1e (patch)
treee5643a34df93712fcab4b3c64f27e8c4f4ff1dec
parentc951f1113b75ce30e16ea8e60e693e926389fb9d (diff)
fix warning `renamed predefined unit is an obsolescent feature`
-rw-r--r--eepers.adb3
1 files changed, 1 insertions, 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;