* fileread.cc: (File_read::View::~View): Use the new
[deliverable/binutils-gdb.git] / gprof / hertz.h
index 2ea01bac8828a349d9428b87f34eaf917f97eb43..d3be327e4edca822ac24a92321e53c1dd15b7c58 100644 (file)
@@ -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 <machine/mach_param.h>
-#define hertz() (HZ)
-#else
-extern int hertz PARAMS ((void));
-#endif
+extern int hertz (void);
 
 #endif /* hertz_h */
This page took 0.022654 seconds and 4 git commands to generate.