summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-05-14 21:05:35 +0000
committerBruce Evans <bde@FreeBSD.org>2004-05-14 21:05:35 +0000
commit6ff9ebfdc90b5c34bf44af0d30e19735d0851718 (patch)
tree2ebe684d2b066b5a76fad20353d5a2aca1f4c049 /usr.bin/gprof
parent55a4ccf3e8eb4a29922001b5603b43c528361989 (diff)
downloadsrc-test2-6ff9ebfdc90b5c34bf44af0d30e19735d0851718.tar.gz
src-test2-6ff9ebfdc90b5c34bf44af0d30e19735d0851718.zip
Notes
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h
index 3967bb5ae805..3dc3b11cb78c 100644
--- a/usr.bin/gprof/gprof.h
+++ b/usr.bin/gprof/gprof.h
@@ -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
/*