diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-01-03 23:55:30 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-01-03 23:55:30 +0000 |
commit | a2387330ce90dd1e75b4d2ec1240fe3ec5ba573e (patch) | |
tree | 03d4f3b1273833a80279c1884740e9d93d423c80 | |
parent | 3689640b4ea7439e668ee09cf6517901dfabdae7 (diff) | |
download | rtmux-a2387330ce90dd1e75b4d2ec1240fe3ec5ba573e.tar.gz rtmux-a2387330ce90dd1e75b4d2ec1240fe3ec5ba573e.tar.bz2 rtmux-a2387330ce90dd1e75b4d2ec1240fe3ec5ba573e.zip |
Zap paths.h include.
-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 49d5528b..e8021e32 100644 --- a/options-table.c +++ b/options-table.c @@ -1,4 +1,4 @@ -/* $Id: options-table.c,v 1.1 2011-01-03 23:52:38 tcunha Exp $ */ +/* $Id: options-table.c,v 1.2 2011-01-03 23:55:30 tcunha Exp $ */ /* * 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" |