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/sptests/sp19/sptest.adp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/ada-tests/sptests') 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