]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* elf/check-textrel.c: Don't include "config.h".
authorUlrich Drepper <drepper@redhat.com>
Thu, 2 Mar 2006 18:44:36 +0000 (18:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 2 Mar 2006 18:44:36 +0000 (18:44 +0000)
ChangeLog
elf/check-textrel.c

index a91e3e456f4a7217957906018cf0bbdc8589a5e2..98373cdbbd9faacfceb60c922d637ba40a55ac84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf/check-textrel.c: Don't include "config.h".
+
 2006-03-02  Jakub Jelinek  <jakub@redhat.com>
 
        * io/ftw.c (process_entry): If dir->streamfd != -1,
index 0750aec1826dfb8cc78533a2402d73c23f1b1c3e..1a9a5ecdff85998192a33308ae9a44e8fba7da08 100644 (file)
@@ -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>