1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-30 03:26:23 -04:00

Do not include see/see.h in header files

This commit is contained in:
2006-01-21 22:19:22 +01:00
parent d18809522e
commit 61c43faacc
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
#ifndef EL__ECMASCRIPT_SEE_INPUT_H
#define EL__ECMASCRIPT_SEE_INPUT_H
#include <see/see.h>
struct SEE_interpreter;
struct SEE_string;
struct SEE_value;
struct SEE_input *SEE_input_elinks(struct SEE_interpreter *, unsigned char *);
unsigned char *SEE_string_to_unsigned_char(struct SEE_string *);

View File

@ -2,7 +2,7 @@
#ifndef EL__ECMASCRIPT_SEE_STRINGS_H
#define EL__ECMASCRIPT_SEE_STRINGS_H
#include <see/see.h>
struct SEE_string;
void init_intern_strings(void);