summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Kutepov <reximkut@gmail.com>2024-04-03 04:36:49 +0700
committerGitHub <noreply@github.com>2024-04-03 04:36:49 +0700
commit342b06b9a6694fd9f072f62472cecda1883b8c64 (patch)
tree98ed1ae35ae4355a089ab3aefe0d5e769cd1420a
parent7ff09acdeb0172ffffba71f292188ceb74594841 (diff)
parent8e7cea012dc04559e5b2c64f64e916e5641adf1e (diff)
Merge pull request #23 from LainLayer/fix_warning
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 205d666..991150f 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;