From 3e93bdf31be154dc935aa45c0d5cb9a718c16e6a Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 11 Oct 2009 23:59:34 +0000 Subject: [PATCH] Do not include paths.h, since it's OS-dependent, due to OpenBSD patchset 374. --- job.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/job.c b/job.c index 62403dbb..d5b2c389 100644 --- a/job.c +++ b/job.c @@ -1,4 +1,4 @@ -/* $Id: job.c,v 1.1 2009-10-11 23:55:26 tcunha Exp $ */ +/* $Id: job.c,v 1.2 2009-10-11 23:59:34 tcunha Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -19,7 +19,6 @@ #include #include -#include #include #include