From b6b7550477657f53009bfed9949f44f901d52f4f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 16 Feb 2019 02:30:21 -0800 Subject: [PATCH] Restyle redirection.h --- src/redirection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redirection.h b/src/redirection.h index 3f1902e8a..64fd60043 100644 --- a/src/redirection.h +++ b/src/redirection.h @@ -2,8 +2,8 @@ #define FISH_REDIRECTION_H #include "common.h" -#include "maybe.h" #include "io.h" +#include "maybe.h" #include @@ -43,7 +43,7 @@ class dup2_list_t { dup2_list_t() = default; -public: + public: ~dup2_list_t(); /// Disable copying because we own our fds.