2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-30 22:03:29 +00:00

Clean up some dependencies in input.h

This commit is contained in:
ridiculousfish 2019-06-02 17:49:52 -07:00
parent ad35fb7457
commit 2ef4d982df
2 changed files with 2 additions and 4 deletions

View file

@ -4,8 +4,6 @@
#include "common.h" #include "common.h"
#define DEFAULT_BIND_MODE L"default"
class parser_t; class parser_t;
struct io_streams_t; struct io_streams_t;
struct bind_cmd_opts_t; struct bind_cmd_opts_t;

View file

@ -7,13 +7,13 @@
#include <vector> #include <vector>
#include "builtin_bind.h"
#include "common.h" #include "common.h"
#include "input_common.h" #include "input_common.h"
#define FISH_BIND_MODE_VAR L"fish_bind_mode" #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); wcstring describe_char(wint_t c);