mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 22:17:52 +08:00
Restyle redirection.h
This commit is contained in:
parent
f75fe823b8
commit
b6b7550477
|
@ -2,8 +2,8 @@
|
|||
#define FISH_REDIRECTION_H
|
||||
|
||||
#include "common.h"
|
||||
#include "maybe.h"
|
||||
#include "io.h"
|
||||
#include "maybe.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -43,7 +43,7 @@ class dup2_list_t {
|
|||
|
||||
dup2_list_t() = default;
|
||||
|
||||
public:
|
||||
public:
|
||||
~dup2_list_t();
|
||||
|
||||
/// Disable copying because we own our fds.
|
||||
|
|
Loading…
Reference in New Issue
Block a user