From 4b374f36e7172d59d6d8c252973c1ef65637ecbb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 17 Aug 1995 19:36:43 +0000 Subject: maximum number of messages removed and include statement cleanup --- testsuites/samples/base_sp/apptask.c | 3 +-- testsuites/samples/base_sp/system.h | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/samples/base_sp') diff --git a/testsuites/samples/base_sp/apptask.c b/testsuites/samples/base_sp/apptask.c index c238d356a6..0f05a177fc 100644 --- a/testsuites/samples/base_sp/apptask.c +++ b/testsuites/samples/base_sp/apptask.c @@ -16,11 +16,10 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * apptask.c,v 1.2 1995/05/31 17:05:28 joel Exp */ #include "system.h" -#include "libcsupport.h" rtems_task Application_task( rtems_task_argument argument diff --git a/testsuites/samples/base_sp/system.h b/testsuites/samples/base_sp/system.h index 88e60beb9a..50d23b1476 100644 --- a/testsuites/samples/base_sp/system.h +++ b/testsuites/samples/base_sp/system.h @@ -11,11 +11,12 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * $Id$ + * system.h,v 1.2 1995/05/31 17:05:38 joel Exp */ #include -#include "stdio.h" +#include +#include /* Miscellaneous */ -- cgit v1.2.3