summaryrefslogtreecommitdiffstats
path: root/tty-term.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:34:30 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-05-22 17:34:30 +0100
commit2ac6cc2633cf61211b31462f372e16f15d9bf2d6 (patch)
tree1b42405b026095e6e06d98042dc7532ec4f63003 /tty-term.c
parenta48cc458a60310480a8ba02da14fbed6f88399f4 (diff)
Put headers back how they were.
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c9
1 files 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 <sys/types.h>
-#include <fnmatch.h>
-#include <stdlib.h>
-#include <string.h>
-#include <term.h>
-
#if defined(HAVE_CURSES_H)
#include <curses.h>
#elif defined(HAVE_NCURSES_H)
#include <ncurses.h>
#endif
+#include <fnmatch.h>
+#include <stdlib.h>
+#include <string.h>
+#include <term.h>
#include "tmux.h"