diff options
Diffstat (limited to 'gprof/basic_blocks.h')
-rw-r--r-- | gprof/basic_blocks.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h index 3e85bc2..e6fcf1f 100644 --- a/gprof/basic_blocks.h +++ b/gprof/basic_blocks.h @@ -20,11 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef basic_blocks_h #define basic_blocks_h -#include <stdio.h> -#include "gprof.h" -#include "source.h" -#include "symtab.h" - /* Options: */ extern bool bb_annotate_all_lines; /* Force annotation of all lines? */ extern int bb_table_length; /* Length of most-used bb table. */ |