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/yow.c | |
| parent | 373df066fbfd637a8e9408b9f64b6e605b41783f (diff) | |
| download | emacs-b24e2dc7fa9d357edca6fa9f09753ef34f56328b.tar.gz emacs-b24e2dc7fa9d357edca6fa9f09753ef34f56328b.zip | |
Don't include string.h.
Diffstat (limited to 'lib-src/yow.c')
| -rw-r--r-- | lib-src/yow.c | 3 |
1 files changed, 0 insertions, 3 deletions
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> |