mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-26 11:01:16 -03:00
Introduce class environment_t
This will be used as a base class for variable snapshots and variable stacks.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
// IWYU pragma: no_include <__bit_reference>
|
||||
#include "config.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
@@ -13,7 +14,6 @@
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
#include <atomic>
|
||||
|
||||
#if HAVE_TERM_H
|
||||
#include <curses.h>
|
||||
|
||||
Reference in New Issue
Block a user