summaryrefslogtreecommitdiffstats
path: root/cmd-pipe-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-02-06 23:24:44 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-02-06 23:24:44 +0000
commitcb018a421265de2f488a741530686589ab6b262f (patch)
treeab8b4aed7c09b2f25b6b9a964ded25ee71191b74 /cmd-pipe-pane.c
parent833fe5bdee449b04afe8844774be66374e1baf9c (diff)
No paths.h on Solaris.
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r--cmd-pipe-pane.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c
index df706432..49b156c6 100644
--- a/cmd-pipe-pane.c
+++ b/cmd-pipe-pane.c
@@ -21,7 +21,6 @@
#include <errno.h>
#include <fcntl.h>
-#include <paths.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>