Mercurial > emacs
changeset 95252:ea285070341e
Remove includes that are already included by config.h
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 23 May 2008 09:24:50 +0000 |
parents | 7fc95e208907 |
children | e6c6a960dd17 |
files | src/xsmfns.c |
diffstat | 1 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xsmfns.c Fri May 23 07:36:54 2008 +0000 +++ b/src/xsmfns.c Fri May 23 09:24:50 2008 +0000 @@ -26,20 +26,9 @@ #include <X11/Xlib.h> #include <X11/Xutil.h> -#ifdef HAVE_STRING_H -#include <string.h> -#else -#ifdef HAVE_STRINGS_H -#include <strings.h> -#endif -#endif - #ifdef HAVE_UNISTD_H #include <unistd.h> #endif -#ifdef HAVE_STDLIB_H -#include <stdlib.h> -#endif #include <sys/param.h> #include <stdio.h>