NetBSD/sys/arch/atari
hubertf 142c2a33ba Remove duplicate #includes, patch contributed in private mail
by Slava Semushin <slava.semushin@gmail.com>.

To verify that no nasty side effects of duplicate includes (or their
removal) have an effect here, I've compiled an i386/ALL kernel with
and without the patch, and the only difference in the resulting .o
files was in shifted line numbers in some assert() calls.
The comparison of the .o files was based on the output of "objdump -D".

Thanks to martin@ for the input on testing.
2007-01-24 13:08:11 +00:00
..
atari Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
compile
conf s/independant/independent/, from Zafer. 2006-11-24 22:04:21 +00:00
dev Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
include We don't need the cpu_startup() prototype here. It is already provided by 2006-12-22 18:00:19 +00:00
isa Remove duplicate #includes, patch contributed in private mail 2007-01-24 13:08:11 +00:00
pci Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> 2006-01-29 21:42:40 +00:00
stand Add -Os to CFLAGS, so that the boot code fits within the constraints 2006-12-01 13:52:46 +00:00
vme Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
Makefile