diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-03-02 18:44:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-03-02 18:44:36 +0000 |
commit | 2f8d989662ee4c19dee26b504cac9c7f80a28099 (patch) | |
tree | f54664bfb624b48f63657a344e6b6a898126b6b9 /elf | |
parent | 88bce79ecac3290595387e7b3c3fd38a33c88577 (diff) |
* elf/check-textrel.c: Don't include "config.h".
Diffstat (limited to 'elf')
-rw-r--r-- | elf/check-textrel.c | 1 |
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> |