move clear back into wrapper.c

remove some of the duplicate includes
This commit is contained in:
2024-07-13 11:44:57 +01:00
parent 453797b0d9
commit 9eb0d2f623
2 changed files with 3 additions and 21 deletions

View File

@@ -19,6 +19,5 @@ char *kind_as_string(char *s, int kind, int n);
char *version_as_string(char *s, long v, int n);
bool is_comment(char *s);
struct quickcommand *command_in_quickcommands(const char *command, const struct quickcommand *quickcommands, int n);
void clear(PT_VMR vmr, bool (*f)(PT_VMR));
#endif /* __UTIL_H__ */