array.h can be local to window-choose.c now.

pull/1/head
nicm 2015-05-07 08:08:54 +00:00
parent 7becf326e3
commit 1282bb81fe
2 changed files with 1 additions and 2 deletions

2
tmux.h
View File

@ -35,8 +35,6 @@
#include <stdio.h>
#include <termios.h>
#include "array.h"
extern char *__progname;
extern char **environ;

View File

@ -22,6 +22,7 @@
#include <stdlib.h>
#include <string.h>
#include "array.h"
#include "tmux.h"
struct screen *window_choose_init(struct window_pane *);