mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 14:57:13 +08:00
fish_key_reader #includes need to be updated
This commit is contained in:
parent
d7bc20c933
commit
44cde9e0e9
|
@ -6,7 +6,6 @@
|
|||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
|
|
|
@ -8,16 +8,16 @@
|
|||
// Type "exit" or "quit" to terminate the program.
|
||||
#include "config.h" // IWYU pragma: keep
|
||||
|
||||
#include <string>
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <locale.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
#include <cmath>
|
||||
#include <iosfwd>
|
||||
#include <limits>
|
||||
|
||||
#include "common.h"
|
||||
#include "env.h"
|
||||
|
@ -26,7 +26,8 @@
|
|||
#include "input_common.h"
|
||||
#include "proc.h"
|
||||
#include "reader.h"
|
||||
#include "wutil.h"
|
||||
#include "signal.h"
|
||||
#include "wutil.h" // IWYU pragma: keep
|
||||
|
||||
struct config_paths_t determine_config_directory_paths(const char *argv0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user