From: Jason Rumney Date: Fri, 23 May 2008 09:25:18 +0000 (+0000) Subject: Remove includes that are already included by config.h X-Git-Tag: emacs-pretest-23.0.90~5333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e71508461166217794b1f1489ff244acecc7769b;p=emacs.git Remove includes that are already included by config.h --- diff --git a/src/ChangeLog b/src/ChangeLog index 36e7ea0c6ca..59eca76c30d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-05-23 Jason Rumney + + * xsmfns.c: Remove includes that are already included by config.h + 2008-05-23 Kenichi Handa * w32term.c (x_draw_glyph_string): Be sure to update diff --git a/src/xsmfns.c b/src/xsmfns.c index bffdb8c8db2..538698a2782 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c @@ -26,20 +26,9 @@ along with GNU Emacs. If not, see . */ #include #include -#ifdef HAVE_STRING_H -#include -#else -#ifdef HAVE_STRINGS_H -#include -#endif -#endif - #ifdef HAVE_UNISTD_H #include #endif -#ifdef HAVE_STDLIB_H -#include -#endif #include #include