mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Clean up some dependencies in input.h
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user