compat/* should not include tmux.h.

This commit is contained in:
Nicholas Marriott
2017-01-25 13:49:01 +00:00
parent 418ab1a553
commit 3e495b4001
24 changed files with 34 additions and 31 deletions

View File

@ -35,7 +35,7 @@
#include <string.h>
#include <stdlib.h>
#include "tmux.h"
#include "compat.h"
#define isoctal(c) (((u_char)(c)) >= '0' && ((u_char)(c)) <= '7')
#define isvisible(c,flag) \