* config/tc-mips.c: Fix formatting.
[deliverable/binutils-gdb.git] / gprof / basic_blocks.h
index b6210aa84f763c36c93acd97dc000aa8e87a47a0..70a65bb764a2c0c8336e4f619232a18cbd5a933d 100644 (file)
@@ -1,5 +1,5 @@
 /* basic_blocks.h
-   Copyright (C) 2000  Free Software Foundation, Inc.
+   Copyright 2000, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Binutils.
 
@@ -20,13 +20,8 @@ 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 boolean bb_annotate_all_lines;  /* Force annotation of all lines?  */
 extern int bb_table_length;            /* Length of most-used bb table.  */
 extern unsigned long bb_min_calls;     /* Minimum execution count.  */
 
This page took 0.02287 seconds and 4 git commands to generate.