2000-11-01 Joel Sherrill <joel@OARcorp.com>

* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
	and libcsupport.h moved from libc to lib/include/rtems and
	now must be referenced as <rtems/XXX.h>.   Header file order
	was cleaned up while doing this.
This commit is contained in:
Joel Sherrill
2000-11-01 21:19:23 +00:00
parent 2af54bf6c0
commit eba2e4f7b3
76 changed files with 377 additions and 147 deletions

View File

@@ -18,12 +18,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <bsp.h>
#include <libcsupport.h>
#include <rtems/libcsupport.h>
#include <rtems/libio.h>
extern rtems_configuration_table Configuration;