diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-01-08 16:34:17 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-01-08 16:34:17 +0000 |
commit | 7fdb647e19eb0de4723de284650eebf3ed42f714 (patch) | |
tree | 29fb40c538a1e3c80137e0026dd5b3c64d7a5359 | |
parent | da194cc4359d16f27815be18b3be6cc6efabe5fd (diff) | |
download | rtmux-7fdb647e19eb0de4723de284650eebf3ed42f714.tar.gz rtmux-7fdb647e19eb0de4723de284650eebf3ed42f714.tar.bz2 rtmux-7fdb647e19eb0de4723de284650eebf3ed42f714.zip |
Do not include paths.h, since it's OS-dependent.
-rw-r--r-- | cmd-join-pane.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-join-pane.c b/cmd-join-pane.c index 73701463..f127b047 100644 --- a/cmd-join-pane.c +++ b/cmd-join-pane.c @@ -1,4 +1,4 @@ -/* $Id: cmd-join-pane.c,v 1.1 2010-01-08 16:31:35 tcunha Exp $ */ +/* $Id: cmd-join-pane.c,v 1.2 2010-01-08 16:34:17 tcunha Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -18,7 +18,6 @@ #include <sys/types.h> -#include <paths.h> #include <stdlib.h> #include <unistd.h> |