From 8262fda71bfa8a91c213c6892386c63e335079c5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Nov 2000 21:29:47 +0000 Subject: 2000-11-01 Joel Sherrill * 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 . Header file order was cleaned up while doing this. --- c/src/lib/libbsp/h8300/h8sim/ChangeLog | 7 +++++++ c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/h8300') diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog index b14e734f55..c246437d6f 100644 --- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog +++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog @@ -1,4 +1,11 @@ +2000-11-01 Joel Sherrill + + * 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 . Header file order + was cleaned up while doing this. + 2000-10-27 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. diff --git a/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c b/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c index da656d65c0..29bee0077c 100644 --- a/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c +++ b/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c @@ -14,12 +14,11 @@ * $Id$ */ +#include + #include #include - -#include - -#include +#include /* * The original table from the application and our copy of it with -- cgit v1.2.3