]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove includes that are already included by config.h
authorJason Rumney <jasonr@gnu.org>
Fri, 23 May 2008 09:25:18 +0000 (09:25 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 23 May 2008 09:25:18 +0000 (09:25 +0000)
src/ChangeLog
src/xsmfns.c

index 36e7ea0c6ca676e725438b309daed31ea723a9e8..59eca76c30d20970d0484ce894cfd91b718d04bc 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-23  Jason Rumney  <jasonr@gnu.org>
+
+        * xsmfns.c: Remove includes that are already included by config.h
+
 2008-05-23  Kenichi Handa  <handa@m17n.org>
 
        * w32term.c (x_draw_glyph_string): Be sure to update
index bffdb8c8db20addb516a091f352b47a9efbc6b98..538698a2782b9f7a1da8a4603791020e4417be2e 100644 (file)
@@ -26,20 +26,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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>