From abe09384adcf5118d4961f06c1bf73c0f33dfb9b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Aug 2002 13:35:42 +0000 Subject: 2002-08-27 Ralf Corsepius * sptests/sp19/sptest.adp: Fix include paths. --- c/src/ada-tests/ChangeLog | 4 ++++ c/src/ada-tests/sptests/sp19/sptest.adp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/ada-tests') diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog index 641a1333f7..ebb4d63561 100644 --- a/c/src/ada-tests/ChangeLog +++ b/c/src/ada-tests/ChangeLog @@ -1,3 +1,7 @@ +2002-08-27 Ralf Corsepius + + * sptests/sp19/sptest.adp: Fix include paths. + 2002-08-27 Ralf Corsepius * sptests/sp19/sptest.adb: Remove. diff --git a/c/src/ada-tests/sptests/sp19/sptest.adp b/c/src/ada-tests/sptests/sp19/sptest.adp index bf5fc89b5c..60998a1ac2 100644 --- a/c/src/ada-tests/sptests/sp19/sptest.adp +++ b/c/src/ada-tests/sptests/sp19/sptest.adp @@ -28,8 +28,8 @@ with TEST_SUPPORT; with TEXT_IO; with UNSIGNED32_IO; -include(../../include/fp.inc) -include(../../include/integer.inc) +include(../../support/fp.inc) +include(../../support/integer.inc) package body SPTEST is -- cgit v1.2.3