X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gprof%2Fhertz.h;h=d3be327e4edca822ac24a92321e53c1dd15b7c58;hb=34ecb04d4243a6f5ac0edd070818287203a4f264;hp=2ea01bac8828a349d9428b87f34eaf917f97eb43;hpb=30727aa6d12fb866494020c0b62ab265a2bdcdfe;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/hertz.h b/gprof/hertz.h index 2ea01bac88..d3be327e4e 100644 --- a/gprof/hertz.h +++ b/gprof/hertz.h @@ -1,8 +1,6 @@ #ifndef hertz_h #define hertz_h -#include "gprof.h" - #define HZ_WRONG 0 /* impossible clock frequency */ /* @@ -10,13 +8,6 @@ * we return HZ_WRONG, an impossible sampling frequency. */ -/* FIXME: Checking for MACH here makes no sense when for a cross - gprof. */ -#ifdef MACH -#include -#define hertz() (HZ) -#else -extern int hertz PARAMS ((void)); -#endif +extern int hertz (void); #endif /* hertz_h */