mirror of
https://github.com/tmux/tmux.git
synced 2025-01-11 18:58:47 +00:00
Put headers back how they were.
This commit is contained in:
parent
a48cc458a6
commit
2ac6cc2633
@ -18,16 +18,15 @@
|
|||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include <fnmatch.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <term.h>
|
|
||||||
|
|
||||||
#if defined(HAVE_CURSES_H)
|
#if defined(HAVE_CURSES_H)
|
||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
#elif defined(HAVE_NCURSES_H)
|
#elif defined(HAVE_NCURSES_H)
|
||||||
#include <ncurses.h>
|
#include <ncurses.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <fnmatch.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <term.h>
|
||||||
|
|
||||||
#include "tmux.h"
|
#include "tmux.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user