Put headers back how they were.

pull/2270/head
Nicholas Marriott 2020-05-22 17:34:30 +01:00
parent a48cc458a6
commit 2ac6cc2633
1 changed files with 4 additions and 5 deletions

View File

@ -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"