diff options
| author | Jason Rumney | 2008-05-22 22:12:25 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-05-22 22:12:25 +0000 |
| commit | 577eba225c6d29666a8b7a3843273b9afbf857a3 (patch) | |
| tree | 30e114f1610e4dc0deeeb4f274eea431c38b8c9d /src | |
| parent | b81f0babbdd62eedfed4e701b5c776aedcaf1fe7 (diff) | |
| download | emacs-577eba225c6d29666a8b7a3843273b9afbf857a3.tar.gz emacs-577eba225c6d29666a8b7a3843273b9afbf857a3.zip | |
Don't include strings.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/font.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d90bac7b1e1..2536edb971e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-05-22 Jason Rumney <jasonr@gnu.org> | 1 | 2008-05-22 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * font.c: Don't include strings.h. | ||
| 4 | |||
| 3 | * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. | 5 | * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. |
| 4 | 6 | ||
| 5 | * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c: | 7 | * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c: |
diff --git a/src/font.c b/src/font.c index a8b460d9e11..cd1320c2efa 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -22,7 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | #include <stdlib.h> | 24 | #include <stdlib.h> |
| 25 | #include <strings.h> | ||
| 26 | #include <ctype.h> | 25 | #include <ctype.h> |
| 27 | #ifdef HAVE_M17N_FLT | 26 | #ifdef HAVE_M17N_FLT |
| 28 | #include <m17n-flt.h> | 27 | #include <m17n-flt.h> |