Fixed total disorder of MD includes.

Disorder buffer overflowed by:	arm commit
This commit is contained in:
Bruce Evans 2004-05-14 21:05:35 +00:00
parent 55a4ccf3e8
commit 6ff9ebfdc9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129243

View File

@ -41,23 +41,23 @@
#include <stdio.h>
#include <stdlib.h>
#if __ia64__
# include "ia64.h"
#endif
#if __alpha__
# include "alpha.h"
#endif
#if __sparc64__
# include "sparc64.h"
#endif
#if __powerpc__
# include "powerpc.h"
#if __arm__
# include "arm.h"
#endif
#if __i386__
# include "i386.h"
#endif
#if __arm__
# include "arm.h"
#if __ia64__
# include "ia64.h"
#endif
#if __powerpc__
# include "powerpc.h"
#endif
#if __sparc64__
# include "sparc64.h"
#endif
/*