aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-10-12 00:36:31 +0000
committerTiago Cunha <tcunha@gmx.com>2009-10-12 00:36:31 +0000
commit3584fa15ec1cfc9429e64622ae63a6f2fe04cdd5 (patch)
treeba24912ce4c2c756e9e7b0ce54799e0308b2d946
parent6091b051fbf0a19ee9108b235b37265461727a41 (diff)
downloadrtmux-3584fa15ec1cfc9429e64622ae63a6f2fe04cdd5.tar.gz
rtmux-3584fa15ec1cfc9429e64622ae63a6f2fe04cdd5.tar.bz2
rtmux-3584fa15ec1cfc9429e64622ae63a6f2fe04cdd5.zip
No paths.h in here, as well.
-rw-r--r--cmd-pipe-pane.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c
index d92dce95..69204915 100644
--- a/cmd-pipe-pane.c
+++ b/cmd-pipe-pane.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-pipe-pane.c,v 1.1 2009-10-12 00:35:08 tcunha Exp $ */
+/* $Id: cmd-pipe-pane.c,v 1.2 2009-10-12 00:36:31 tcunha Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -20,7 +20,6 @@
#include <errno.h>
#include <fcntl.h>
-#include <paths.h>
#include <string.h>
#include <unistd.h>