aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2008-05-23 09:25:18 +0000
committerJason Rumney2008-05-23 09:25:18 +0000
commite71508461166217794b1f1489ff244acecc7769b (patch)
treeb78d76caa8f3eeca72b51a08cc625e1304a88024 /src
parent22b6cf48465e97496ed8882158a479704eabe903 (diff)
downloademacs-e71508461166217794b1f1489ff244acecc7769b.tar.gz
emacs-e71508461166217794b1f1489ff244acecc7769b.zip
Remove includes that are already included by config.h
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xsmfns.c11
2 files changed, 4 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 36e7ea0c6ca..59eca76c30d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-05-23 Jason Rumney <jasonr@gnu.org>
2
3 * xsmfns.c: Remove includes that are already included by config.h
4
12008-05-23 Kenichi Handa <handa@m17n.org> 52008-05-23 Kenichi Handa <handa@m17n.org>
2 6
3 * w32term.c (x_draw_glyph_string): Be sure to update 7 * 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 <http://www.gnu.org/licenses/>. */
26#include <X11/Xlib.h> 26#include <X11/Xlib.h>
27#include <X11/Xutil.h> 27#include <X11/Xutil.h>
28 28
29#ifdef HAVE_STRING_H
30#include <string.h>
31#else
32#ifdef HAVE_STRINGS_H
33#include <strings.h>
34#endif
35#endif
36
37#ifdef HAVE_UNISTD_H 29#ifdef HAVE_UNISTD_H
38#include <unistd.h> 30#include <unistd.h>
39#endif 31#endif
40#ifdef HAVE_STDLIB_H
41#include <stdlib.h>
42#endif
43 32
44#include <sys/param.h> 33#include <sys/param.h>
45#include <stdio.h> 34#include <stdio.h>