Unused variable and missing time.h.

This commit is contained in:
nicm
2016-10-12 09:07:58 +00:00
parent 5c49e1d0c1
commit 22a8afee9e
2 changed files with 2 additions and 3 deletions

View File

@@ -17,10 +17,10 @@
*/
#include <sys/types.h>
#include <sys/time.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <vis.h>
#include "tmux.h"