diff options
| author | Dave Love | 2003-01-21 18:29:34 +0000 |
|---|---|---|
| committer | Dave Love | 2003-01-21 18:29:34 +0000 |
| commit | b24e2dc7fa9d357edca6fa9f09753ef34f56328b (patch) | |
| tree | 06ea32239cc6b78928f9645644e6456832e26173 /lib-src | |
| parent | 373df066fbfd637a8e9408b9f64b6e605b41783f (diff) | |
| download | emacs-b24e2dc7fa9d357edca6fa9f09753ef34f56328b.tar.gz emacs-b24e2dc7fa9d357edca6fa9f09753ef34f56328b.zip | |
Don't include string.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 7 | ||||
| -rw-r--r-- | lib-src/yow.c | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 46dc4e1f78b..ff205607f1f 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-01-21 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * etags.c (Cplusplus_help, Cjava_help): Re-phrase and avoid | ||
| 4 | column-0 `('. | ||
| 5 | |||
| 6 | * yow.c: Don't include string.h. | ||
| 7 | |||
| 1 | 2003-01-20 Richard M. Stallman <rms@gnu.org> | 8 | 2003-01-20 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff): | 10 | * Makefile.in (rcs2log, rcs-checkin, grep-changelog, vcdiff): |
diff --git a/lib-src/yow.c b/lib-src/yow.c index c658b15e41f..92df285870a 100644 --- a/lib-src/yow.c +++ b/lib-src/yow.c | |||
| @@ -16,9 +16,6 @@ | |||
| 16 | 16 | ||
| 17 | #include <stdio.h> | 17 | #include <stdio.h> |
| 18 | #include <ctype.h> | 18 | #include <ctype.h> |
| 19 | #ifdef HAVE_STRING_H | ||
| 20 | #include <string.h> | ||
| 21 | #endif | ||
| 22 | #ifdef TIME_WITH_SYS_TIME | 19 | #ifdef TIME_WITH_SYS_TIME |
| 23 | #include <sys/time.h> | 20 | #include <sys/time.h> |
| 24 | #include <time.h> | 21 | #include <time.h> |