diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c index ae711882..76a61619 100644 --- a/options-table.c +++ b/options-table.c @@ -1,4 +1,4 @@ -/* $OpenBSD$ */ +/* $Id$ */ /* * Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net> @@ -19,7 +19,6 @@ #include <sys/types.h> #include <string.h> -#include <paths.h> #include "tmux.h" |