Don't include bfd.h

2006-10-08   Soren Sandmann <sandmann@daimi.au.dk>

	* binfile.c: Don't include bfd.h
This commit is contained in:
Soren Sandmann
2006-10-09 02:25:46 +00:00
committed by Søren Sandmann Pedersen
parent a6145207ca
commit 4050648b0e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-08 Soren Sandmann <sandmann@daimi.au.dk>
* binfile.c: Don't include bfd.h
2006-10-08 Soren Sandmann <sandmann@redhat.com>
* sysprof.c (process_options): New function to support --version option

View File

@ -26,7 +26,6 @@
#include <glib.h>
#include "binfile.h"
#include <bfd.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>