summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-03-06 10:08:48 +0000
committerJakub Jelinek <jakub@redhat.com>2006-03-06 10:08:48 +0000
commit5cde8cb0286079d731f933b65240528c150dedaa (patch)
treec58fd3c05e38e5d83fcc1d33d375e24a32afc917
parentbe75ab802250b2b253f303c437e1cfbfe56fabec (diff)
* elf/check-textrel.c: Don't include config.h.
-rw-r--r--elf/check-textrel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/check-textrel.c b/elf/check-textrel.c
index 0750aec182..1a9a5ecdff 100644
--- a/elf/check-textrel.c
+++ b/elf/check-textrel.c
@@ -18,7 +18,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#include "config.h"
#include <byteswap.h>
#include <elf.h>
#include <endian.h>