This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libintl patches (2)


Removing unneeded includes.


2000-10-12  Bruno Haible  <haible@clisp.cons.org>

	* intl/finddomain.c: Remove unneeded includes.

diff -c3 -r glibc-cvs/intl/finddomain.c glibc-cvs/intlnew/finddomain.c
*** glibc-cvs/intl/finddomain.c	Thu May  4 12:53:41 2000
--- glibc-cvs/intlnew/finddomain.c	Wed Jan  3 19:25:42 2001
***************
*** 21,28 ****
  # include <config.h>
  #endif
  
- #include <ctype.h>
- #include <errno.h>
  #include <stdio.h>
  #include <sys/types.h>
  
--- 21,26 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]