mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 22:44:01 +00:00
Clean up some dependencies in input.h
This commit is contained in:
parent
ad35fb7457
commit
2ef4d982df
2 changed files with 2 additions and 4 deletions
|
@ -4,8 +4,6 @@
|
|||
|
||||
#include "common.h"
|
||||
|
||||
#define DEFAULT_BIND_MODE L"default"
|
||||
|
||||
class parser_t;
|
||||
struct io_streams_t;
|
||||
struct bind_cmd_opts_t;
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
#include "builtin_bind.h"
|
||||
#include "common.h"
|
||||
#include "input_common.h"
|
||||
|
||||
#define FISH_BIND_MODE_VAR L"fish_bind_mode"
|
||||
#define DEFAULT_BIND_MODE L"default"
|
||||
|
||||
class environment_t;
|
||||
class parser_t;
|
||||
|
||||
wcstring describe_char(wint_t c);
|
||||
|
||||
|
|
Loading…
Reference in a new issue