From 2ac6cc2633cf61211b31462f372e16f15d9bf2d6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 May 2020 17:34:30 +0100 Subject: [PATCH] Put headers back how they were. --- tty-term.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tty-term.c b/tty-term.c index 1906eb23..36d8a2e6 100644 --- a/tty-term.c +++ b/tty-term.c @@ -18,16 +18,15 @@ #include -#include -#include -#include -#include - #if defined(HAVE_CURSES_H) #include #elif defined(HAVE_NCURSES_H) #include #endif +#include +#include +#include +#include #include "tmux.h"