aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-02 19:35:49 +0000
committerGerd Moellmann2000-09-02 19:35:49 +0000
commit8892f40bde07b11c5e2c24719acbcf7239f42de3 (patch)
tree433299881b5afea3f22dce1a37c6ad7d5c334ae7 /src/doc.c
parentdaaf40c7dabd004635454864b859b8fbd0a7c1da (diff)
downloademacs-8892f40bde07b11c5e2c24719acbcf7239f42de3.tar.gz
emacs-8892f40bde07b11c5e2c24719acbcf7239f42de3.zip
Remove includes of
string.h and strings.h. (index) [HAVE_INDEX]: Add prototype.
Diffstat (limited to 'src/doc.c')
-rw-r--r--src/doc.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/doc.c b/src/doc.c
index 52545c1f3fc..ee0a28d1621 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -41,12 +41,8 @@ Boston, MA 02111-1307, USA. */
41#include "keyboard.h" 41#include "keyboard.h"
42#include "charset.h" 42#include "charset.h"
43 43
44#ifdef HAVE_STRING_H 44#ifdef HAVE_INDEX
45#include <string.h> 45extern char *index P_ ((const char *, int));
46#endif
47
48#ifdef HAVE_STRINGS_H
49#include <strings.h>
50#endif 46#endif
51 47
52Lisp_Object Vdoc_file_name, Vhelp_manyarg_func_alist; 48Lisp_Object Vdoc_file_name, Vhelp_manyarg_func_alist;