diff options
Diffstat (limited to 'gprof/source.h')
-rw-r--r-- | gprof/source.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gprof/source.h b/gprof/source.h index 58a4e97..746848e 100644 --- a/gprof/source.h +++ b/gprof/source.h @@ -21,10 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef source_h #define source_h -#include <stdio.h> -#include "gprof.h" -#include "search_list.h" - typedef struct source_file { struct source_file *next; |