Fix includes

Let compat/ work out the includes; otherwise works on OpenBSD.
pull/121/head
Thomas Adam 2015-09-06 21:29:36 +01:00
parent 76688d2040
commit fe536457cc
2 changed files with 0 additions and 2 deletions

1
cfg.c
View File

@ -24,7 +24,6 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <util.h>
#include "tmux.h"

1
log.c
View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vis.h>
#include "tmux.h"