mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Do not include see/see.h in header files
This commit is contained in:
parent
d18809522e
commit
61c43faacc
@ -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 *);
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user