From bfc353359463cc597d504b2afede13618a649770 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 1 Dec 1998 13:56:46 +0000 Subject: Include files now installed as . --- testsuites/libtests/rtmonuse/init.c | 2 +- testsuites/libtests/rtmonuse/task1.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/rtmonuse/init.c b/testsuites/libtests/rtmonuse/init.c index c599df3c5a..6f3849e4d5 100644 --- a/testsuites/libtests/rtmonuse/init.c +++ b/testsuites/libtests/rtmonuse/init.c @@ -25,7 +25,7 @@ #define TEST_INIT #include "system.h" -#include "rtmonuse.h" +#include rtems_task Init( rtems_task_argument argument diff --git a/testsuites/libtests/rtmonuse/task1.c b/testsuites/libtests/rtmonuse/task1.c index 92b22178af..3ee1080a4e 100644 --- a/testsuites/libtests/rtmonuse/task1.c +++ b/testsuites/libtests/rtmonuse/task1.c @@ -21,8 +21,8 @@ #include "system.h" -#include -#include "rtmonuse.h" +#include +#include rtems_unsigned32 Periods[6] = { 0, 2, 2, 2, 2, 100 }; rtems_unsigned32 Iterations[6] = { 0, 50, 50, 50, 50, 1 }; -- cgit v1.2.3