]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include strings.h.
authorJason Rumney <jasonr@gnu.org>
Thu, 22 May 2008 22:12:25 +0000 (22:12 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 22 May 2008 22:12:25 +0000 (22:12 +0000)
src/ChangeLog
src/font.c

index d90bac7b1e1a510c7c71ee73649742929064675b..2536edb971ef719a9e8ff4ae64063badb2eb034e 100644 (file)
@@ -1,5 +1,7 @@
 2008-05-22  Jason Rumney  <jasonr@gnu.org>
 
+        * font.c: Don't include strings.h.
+
         * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
 
         * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c:
index a8b460d9e11c0c493010c258ce99ff7fcc09d355..cd1320c2efa8d1ff7306626ba073429888491080 100644 (file)
@@ -22,7 +22,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
 #include <ctype.h>
 #ifdef HAVE_M17N_FLT
 #include <m17n-flt.h>